Searched refs:getMockModemConfigInterface (Results 1 – 2 of 2) sorted by relevance
226 MockModemConfigInterface configInterface = mMockModemService.getMockModemConfigInterface(); in isSimCardPresent()243 mMockModemService.getMockModemConfigInterface(); in insertSimCard()277 mMockModemService.getMockModemConfigInterface(); in removeSimCard()313 mMockModemService.getMockModemConfigInterface(); in setSimInfo()343 mMockModemService.getMockModemConfigInterface(); in getSimInfo()924 .getMockModemConfigInterface() in setCallControlInfo()936 return mMockModemService.getMockModemConfigInterface().getCallControlInfo(slotId, TAG); in getCallControlInfo()979 .getMockModemConfigInterface() in triggerIncomingVoiceCall()1000 return mMockModemService.getMockModemConfigInterface().getNumberOfCalls(slotId, TAG); in getNumberOfOngoingCSCalls()1011 mMockModemService.getMockModemConfigInterface().setLastCallFailCause(slotId, cause, TAG); in setLastCallFailCause()[all …]
335 public MockModemConfigInterface getMockModemConfigInterface() { in getMockModemConfigInterface() method in MockModemService