Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DImsMmTelManager.java325 if (iTelephony == null) { in registerImsRegistrationCallback()
369 if (iTelephony == null) { in registerImsRegistrationCallback()
406 if (iTelephony == null) { in unregisterImsRegistrationCallback()
438 if (iTelephony == null) { in unregisterImsRegistrationCallback()
466 if (iTelephony == null) { in getRegistrationState()
512 if (iTelephony == null) { in getRegistrationTransportType()
583 if (iTelephony == null) { in registerMmTelCapabilityCallback()
631 if (iTelephony == null) { in unregisterMmTelCapabilityCallback()
680 if (iTelephony == null) { in isAdvancedCallingSettingEnabled()
726 if (iTelephony == null) { in setAdvancedCallingSettingEnabled()
[all …]
/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/util/
H A DTelephonyUtils.java283 ITelephony iTelephony = ITelephony.Stub.asInterface( in showSwitchToManagedProfileDialogIfAppropriate() local
288 if (iTelephony != null) { in showSwitchToManagedProfileDialogIfAppropriate()
290 iTelephony.showSwitchToManagedProfileDialog(); in showSwitchToManagedProfileDialogIfAppropriate()