Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DIccRecordsTest.java108 assertEquals(mIccRecords.getIMSI(), "0123456789"); in testSetImsiInvalid()
110 assertEquals(mIccRecords.getIMSI(), "0123456789"); in testSetImsiInvalid()
112 assertEquals(mIccRecords.getIMSI(), null); in testSetImsiInvalid()
114 assertEquals(mIccRecords.getIMSI(), null); in testSetImsiInvalid()
116 assertEquals(mIccRecords.getIMSI(), null); in testSetImsiInvalid()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccRecords.java539 if (getIMSI() != null) { in registerForImsiReady()
602 public String getIMSI() { in getIMSI() method in IccRecords
652 String imsi = getIMSI(); in updateOperatorPlmn()
DRuimRecords.java209 String imsi = getIMSI(); in getRUIMOperatorNumeric()
801 String imsi = getIMSI(); in onAllRecordsLoaded()
DSIMRecords.java631 String imsi = getIMSI(); in getOperatorNumeric()
1574 String imsi = getIMSI(); in onAllRecordsLoaded()
DUiccController.java1694 String imsiSIM = iccRecords.getIMSI(); in mvnoMatches()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java117 public void getIMSI(Message result) { in getIMSI() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java393 doReturn(subscriberId).when(iccRecords).getIMSI(); in testGetSubscriberIdForGsmPhone()
411 doReturn(subscriberId).when(iccRecords).getIMSI(); in testGetSubscriberIdForCdmaLtePhone()
913 doReturn(imsi).when(mSimRecords).getIMSI(); in testVoiceMailCount()
960 doReturn(imsi).when(mSimRecords).getIMSI(); in testGetCallForwardingOption()
1135 doReturn(imsi).when(mSimRecords).getIMSI(); in testCallForwardingIndicator()
DSimulatedCommandsVerifier.java707 public void getIMSI(Message result) { in getIMSI() method in SimulatedCommandsVerifier
DSimulatedCommands.java613 public void getIMSI(Message result) { in getIMSI() method in SimulatedCommands
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java947 void getIMSI(Message result); in getIMSI() method
DGsmCdmaPhone.java2103 subscriberId = iccRecords.getIMSI(); in getSubscriberId()
DRIL.java1790 public void getIMSI(Message result) { in getIMSI() method in RIL