Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/
DImsMmTelManager.java295 ITelephony iTelephony = getITelephony(); in registerImsRegistrationCallback() local
296 if (iTelephony == null) { in registerImsRegistrationCallback()
302 iTelephony.registerImsRegistrationCallback(mSubId, c.getBinder()); in registerImsRegistrationCallback()
339 ITelephony iTelephony = getITelephony(); in registerImsRegistrationCallback() local
340 if (iTelephony == null) { in registerImsRegistrationCallback()
346 iTelephony.registerImsRegistrationCallback(mSubId, c.getBinder()); in registerImsRegistrationCallback()
376 ITelephony iTelephony = getITelephony(); in unregisterImsRegistrationCallback() local
377 if (iTelephony == null) { in unregisterImsRegistrationCallback()
382 iTelephony.unregisterImsRegistrationCallback(mSubId, c.getBinder()); in unregisterImsRegistrationCallback()
408 ITelephony iTelephony = getITelephony(); in unregisterImsRegistrationCallback() local
[all …]