Home
last modified time | relevance | path

Searched refs:configInterface (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockModemManager.java229 MockModemConfigInterface configInterface = mMockModemService.getMockModemConfigInterface(); in isSimCardPresent() local
230 return (configInterface != null) ? configInterface.isSimCardPresent(slotId, TAG) : false; in isSimCardPresent()
245 MockModemConfigInterface configInterface = in insertSimCard() local
247 if (configInterface != null) { in insertSimCard()
250 result = configInterface.changeSimProfile(slotId, simProfileId, TAG); in insertSimCard()
279 MockModemConfigInterface configInterface = in removeSimCard() local
281 if (configInterface != null) { in removeSimCard()
284 result = configInterface.changeSimProfile(slotId, MOCK_SIM_PROFILE_ID_DEFAULT, TAG); in removeSimCard()
315 MockModemConfigInterface configInterface = in setSimInfo() local
317 if (configInterface != null) { in setSimInfo()
[all …]
DIRadioImsImpl.java50 MockModemService service, MockModemConfigInterface configInterface, int instanceId) { in IRadioImsImpl() argument
55 mMockModemConfigInterface = configInterface; in IRadioImsImpl()
DIRadioConfigImpl.java63 MockModemService service, MockModemConfigInterface configInterface, in IRadioConfigImpl() argument
69 mMockModemConfigInterface = configInterface; in IRadioConfigImpl()
DIRadioDataImpl.java60 MockModemConfigInterface configInterface, in IRadioDataImpl() argument
68 mMockModemConfigInterface = configInterface; in IRadioDataImpl()
DIRadioMessagingImpl.java72 MockModemService service, MockModemConfigInterface configInterface, int instanceId) { in IRadioMessagingImpl() argument
77 mMockModemConfigInterface = configInterface; in IRadioMessagingImpl()
DIRadioModemImpl.java70 MockModemService service, MockModemConfigInterface configInterface, int instanceId) { in IRadioModemImpl() argument
75 mMockModemConfigInterface = configInterface; in IRadioModemImpl()
DIRadioSimImpl.java74 MockModemService service, MockModemConfigInterface configInterface, int instanceId) { in IRadioSimImpl() argument
79 mMockModemConfigInterface = configInterface; in IRadioSimImpl()
DIRadioNetworkImpl.java77 MockModemConfigInterface configInterface, in IRadioNetworkImpl() argument
83 mMockModemConfigInterface = configInterface; in IRadioNetworkImpl()
DIRadioVoiceImpl.java70 MockModemService service, MockModemConfigInterface configInterface, int instanceId) { in IRadioVoiceImpl() argument
75 mMockModemConfigInterface = configInterface; in IRadioVoiceImpl()