/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | IccRecordsTest.java | 85 assertEquals(mIccRecords.getIMSI(), "0123456789"); in testSetImsiInvalid() 87 assertEquals(mIccRecords.getIMSI(), "0123456789"); in testSetImsiInvalid() 89 assertEquals(mIccRecords.getIMSI(), null); in testSetImsiInvalid() 91 assertEquals(mIccRecords.getIMSI(), null); in testSetImsiInvalid() 93 assertEquals(mIccRecords.getIMSI(), null); in testSetImsiInvalid()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | ApnSettingUtils.java | 91 String imsiSIM = r.getIMSI(); in mvnoMatches()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaPhoneTest.java | 175 doReturn(subscriberId).when(iccRecords).getIMSI(); in testGetSubscriberIdForGsmPhone() 193 doReturn(subscriberId).when(iccRecords).getIMSI(); in testGetSubscriberIdForCdmaLtePhone() 514 doReturn(imsi).when(mSimRecords).getIMSI(); in testVoiceMailCount() 561 doReturn(imsi).when(mSimRecords).getIMSI(); in testGetCallForwardingOption() 857 doReturn(imsi).when(mSimRecords).getIMSI(); in testCallForwardingIndicator()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | IccRecords.java | 461 if (getIMSI() != null) { in registerForImsiReady() 529 public String getIMSI() { in getIMSI() method in IccRecords 577 String imsi = getIMSI(); in updateOperatorPlmn()
|
D | RuimRecords.java | 227 String imsi = getIMSI(); in getRUIMOperatorNumeric() 802 String imsi = getIMSI(); in onAllRecordsLoaded()
|
D | SIMRecords.java | 593 String imsi = getIMSI(); in getOperatorNumeric() 1451 String imsi = getIMSI(); in onAllRecordsLoaded()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 116 public void getIMSI(Message result) { in getIMSI() method in SipCommandInterface
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 117 public void getIMSI(Message result) { in getIMSI() method in ImsPhoneCommandInterface
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedCommandsVerifier.java | 687 public void getIMSI(Message result) { in getIMSI() method in SimulatedCommandsVerifier
|
D | SimulatedCommands.java | 597 public void getIMSI(Message result) { in getIMSI() method in SimulatedCommands
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CommandsInterface.java | 887 void getIMSI(Message result); in getIMSI() method
|
D | GsmCdmaPhone.java | 1657 subscriberId = iccRecords.getIMSI(); in getSubscriberId()
|
D | RIL.java | 1049 public void getIMSI(Message result) { in getIMSI() method in RIL
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadCommands.java.broken | 242 public void getIMSI(Message result) {
|