Loading src/java/com/android/internal/telephony/SamsungQualcommRIL.java +16 −14 Original line number Diff line number Diff line Loading @@ -503,7 +503,8 @@ public class SamsungQualcommRIL extends RIL implements CommandsInterface { operatorCheck(Parcel p) { String response[] = (String[])responseStrings(p); for(int i=0; i<response.length; i++){ if (response[i]!= null&&i<2){ if (response[i]!= null){ if (i<2){ if (response[i].equals(" Empty") || (response[i].equals("") && !isGSM)) { response[i]=operator; } else if (!response[i].equals("")) { Loading @@ -521,6 +522,7 @@ public class SamsungQualcommRIL extends RIL implements CommandsInterface { response[i]=homeOperator; } } } return response; } // handle exceptions Loading Loading
src/java/com/android/internal/telephony/SamsungQualcommRIL.java +16 −14 Original line number Diff line number Diff line Loading @@ -503,7 +503,8 @@ public class SamsungQualcommRIL extends RIL implements CommandsInterface { operatorCheck(Parcel p) { String response[] = (String[])responseStrings(p); for(int i=0; i<response.length; i++){ if (response[i]!= null&&i<2){ if (response[i]!= null){ if (i<2){ if (response[i].equals(" Empty") || (response[i].equals("") && !isGSM)) { response[i]=operator; } else if (!response[i].equals("")) { Loading @@ -521,6 +522,7 @@ public class SamsungQualcommRIL extends RIL implements CommandsInterface { response[i]=homeOperator; } } } return response; } // handle exceptions Loading