Home
last modified time | relevance | path

Searched refs:getIMSI (Results 1 – 13 of 13) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DIccRecordsTest.java102 assertEquals(mIccRecords.getIMSI(), "0123456789"); in testSetImsiInvalid()
104 assertEquals(mIccRecords.getIMSI(), "0123456789"); in testSetImsiInvalid()
106 assertEquals(mIccRecords.getIMSI(), null); in testSetImsiInvalid()
108 assertEquals(mIccRecords.getIMSI(), null); in testSetImsiInvalid()
110 assertEquals(mIccRecords.getIMSI(), null); in testSetImsiInvalid()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DApnSettingUtils.java91 String imsiSIM = r.getIMSI(); in mvnoMatches()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java329 doReturn(subscriberId).when(iccRecords).getIMSI(); in testGetSubscriberIdForGsmPhone()
347 doReturn(subscriberId).when(iccRecords).getIMSI(); in testGetSubscriberIdForCdmaLtePhone()
722 doReturn(imsi).when(mSimRecords).getIMSI(); in testVoiceMailCount()
769 doReturn(imsi).when(mSimRecords).getIMSI(); in testGetCallForwardingOption()
1034 doReturn(imsi).when(mSimRecords).getIMSI(); in testCallForwardingIndicator()
DSimulatedCommandsVerifier.java697 public void getIMSI(Message result) { in getIMSI() method in SimulatedCommandsVerifier
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccRecords.java497 if (getIMSI() != null) { in registerForImsiReady()
560 public String getIMSI() { in getIMSI() method in IccRecords
610 String imsi = getIMSI(); in updateOperatorPlmn()
DRuimRecords.java217 String imsi = getIMSI(); in getRUIMOperatorNumeric()
799 String imsi = getIMSI(); in onAllRecordsLoaded()
DSIMRecords.java590 String imsi = getIMSI(); in getOperatorNumeric()
1488 String imsi = getIMSI(); in onAllRecordsLoaded()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java124 public void getIMSI(Message result) { in getIMSI() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java123 public void getIMSI(Message result) { in getIMSI() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java925 void getIMSI(Message result); in getIMSI() method
DGsmCdmaPhone.java1829 subscriberId = iccRecords.getIMSI(); in getSubscriberId()
DRIL.java1316 public void getIMSI(Message result) { in getIMSI() method in RIL
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken242 public void getIMSI(Message result) {