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.java294 ITelephony iTelephony = getITelephony(); in registerImsRegistrationCallback() local
295 if (iTelephony == null) { in registerImsRegistrationCallback()
301 iTelephony.registerImsRegistrationCallback(mSubId, c.getBinder()); in registerImsRegistrationCallback()
338 ITelephony iTelephony = getITelephony(); in registerImsRegistrationCallback() local
339 if (iTelephony == null) { in registerImsRegistrationCallback()
345 iTelephony.registerImsRegistrationCallback(mSubId, c.getBinder()); in registerImsRegistrationCallback()
375 ITelephony iTelephony = getITelephony(); in unregisterImsRegistrationCallback() local
376 if (iTelephony == null) { in unregisterImsRegistrationCallback()
381 iTelephony.unregisterImsRegistrationCallback(mSubId, c.getBinder()); in unregisterImsRegistrationCallback()
407 ITelephony iTelephony = getITelephony(); in unregisterImsRegistrationCallback() local
[all …]