/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | IccRecordsTest.java | 107 assertEquals(mIccRecords.getIMSI(), "0123456789"); in testSetImsiInvalid() 109 assertEquals(mIccRecords.getIMSI(), "0123456789"); in testSetImsiInvalid() 111 assertEquals(mIccRecords.getIMSI(), null); in testSetImsiInvalid() 113 assertEquals(mIccRecords.getIMSI(), null); in testSetImsiInvalid() 115 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 | 333 doReturn(subscriberId).when(iccRecords).getIMSI(); in testGetSubscriberIdForGsmPhone() 351 doReturn(subscriberId).when(iccRecords).getIMSI(); in testGetSubscriberIdForCdmaLtePhone() 726 doReturn(imsi).when(mSimRecords).getIMSI(); in testVoiceMailCount() 773 doReturn(imsi).when(mSimRecords).getIMSI(); in testGetCallForwardingOption() 1072 doReturn(imsi).when(mSimRecords).getIMSI(); in testCallForwardingIndicator()
|
D | SimulatedCommandsVerifier.java | 697 public void getIMSI(Message result) { in getIMSI() method in SimulatedCommandsVerifier
|
D | SimulatedCommands.java | 621 public void getIMSI(Message result) { in getIMSI() method in SimulatedCommands
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | IccRecords.java | 512 if (getIMSI() != null) { in registerForImsiReady() 575 public String getIMSI() { in getIMSI() method in IccRecords 625 String imsi = getIMSI(); in updateOperatorPlmn()
|
D | RuimRecords.java | 217 String imsi = getIMSI(); in getRUIMOperatorNumeric() 799 String imsi = getIMSI(); in onAllRecordsLoaded()
|
D | SIMRecords.java | 596 String imsi = getIMSI(); in getOperatorNumeric() 1494 String imsi = getIMSI(); in onAllRecordsLoaded()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 124 public void getIMSI(Message result) { in getIMSI() method in ImsPhoneCommandInterface
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 123 public void getIMSI(Message result) { in getIMSI() method in SipCommandInterface
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CommandsInterface.java | 927 void getIMSI(Message result); in getIMSI() method
|
D | GsmCdmaPhone.java | 1819 subscriberId = iccRecords.getIMSI(); in getSubscriberId()
|
D | RIL.java | 1317 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) {
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 23817 HSPLcom/android/internal/telephony/uicc/IccRecords;->getIMSI()Ljava/lang/String;
|