Searched refs:getIMSI (Results 1 – 13 of 13) sorted by relevance
413 doReturn(imsi).when(mSimRecords).getIMSI(); in testVoiceMailCount()460 doReturn(imsi).when(mSimRecords).getIMSI(); in testGetCallForwardingOption()661 doReturn(imsi).when(mSimRecords).getIMSI(); in testCallForwardingIndicator()
102 public void getIMSI(Message result) { in getIMSI() method in ImsPhoneCommandInterface
101 public void getIMSI(Message result) { in getIMSI() method in SipCommandInterface
279 public String getIMSI() { in getIMSI() method in IccRecords
157 public String getIMSI() { in getIMSI() method in RuimRecords
287 public String getIMSI() { in getIMSI() method in SIMRecords
398 String imsiSIM = r.getIMSI(); in mvnoMatches()
841 void getIMSI(Message result); in getIMSI() method
1423 return (r != null) ? r.getIMSI() : null; in getSubscriberId()1427 return (mSimRecords != null) ? mSimRecords.getIMSI() : ""; in getSubscriberId()
1072 getIMSI(Message result) { in getIMSI() method in RIL
670 public void getIMSI(Message result) { in getIMSI() method in SimulatedCommandsVerifier
532 public void getIMSI(Message result) { in getIMSI() method in SimulatedCommands
242 public void getIMSI(Message result) {