Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DIccRecordsTest.java85 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/
DApnSettingUtils.java91 String imsiSIM = r.getIMSI(); in mvnoMatches()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java175 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/
DIccRecords.java461 if (getIMSI() != null) { in registerForImsiReady()
529 public String getIMSI() { in getIMSI() method in IccRecords
577 String imsi = getIMSI(); in updateOperatorPlmn()
DRuimRecords.java227 String imsi = getIMSI(); in getRUIMOperatorNumeric()
802 String imsi = getIMSI(); in onAllRecordsLoaded()
DSIMRecords.java593 String imsi = getIMSI(); in getOperatorNumeric()
1451 String imsi = getIMSI(); in onAllRecordsLoaded()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java116 public void getIMSI(Message result) { in getIMSI() method in SipCommandInterface
/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/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java687 public void getIMSI(Message result) { in getIMSI() method in SimulatedCommandsVerifier
DSimulatedCommands.java597 public void getIMSI(Message result) { in getIMSI() method in SimulatedCommands
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java887 void getIMSI(Message result); in getIMSI() method
DGsmCdmaPhone.java1657 subscriberId = iccRecords.getIMSI(); in getSubscriberId()
DRIL.java1049 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) {