Searched refs:getIMSI (Results 1 – 13 of 13) sorted by relevance
421 doReturn(imsi).when(mSimRecords).getIMSI(); in testVoiceMailCount()468 doReturn(imsi).when(mSimRecords).getIMSI(); in testGetCallForwardingOption()673 doReturn(imsi).when(mSimRecords).getIMSI(); in testCallForwardingIndicator()
105 public void getIMSI(Message result) { in getIMSI() method in ImsPhoneCommandInterface
104 public void getIMSI(Message result) { in getIMSI() method in SipCommandInterface
392 String imsiSIM = r.getIMSI(); in mvnoMatches()
327 public String getIMSI() { in getIMSI() method in IccRecords
157 public String getIMSI() { in getIMSI() method in RuimRecords
305 public String getIMSI() { in getIMSI() method in SIMRecords
848 void getIMSI(Message result); in getIMSI() method
1505 return (r != null) ? r.getIMSI() : null; in getSubscriberId()1509 return (mSimRecords != null) ? mSimRecords.getIMSI() : ""; in getSubscriberId()
944 public void getIMSI(Message result) { in getIMSI() method in RIL
673 public void getIMSI(Message result) { in getIMSI() method in SimulatedCommandsVerifier
540 public void getIMSI(Message result) { in getIMSI() method in SimulatedCommands
242 public void getIMSI(Message result) {