Searched refs:iTelephony (Results 1 – 3 of 3) sorted by relevance
326 ITelephony iTelephony = getITelephony(); in registerImsRegistrationCallback() local327 if (iTelephony == null) { in registerImsRegistrationCallback()333 iTelephony.registerImsRegistrationCallback(mSubId, c.getBinder()); in registerImsRegistrationCallback()370 ITelephony iTelephony = getITelephony(); in registerImsRegistrationCallback() local371 if (iTelephony == null) { in registerImsRegistrationCallback()377 iTelephony.registerImsRegistrationCallback(mSubId, c.getBinder()); in registerImsRegistrationCallback()407 ITelephony iTelephony = getITelephony(); in unregisterImsRegistrationCallback() local408 if (iTelephony == null) { in unregisterImsRegistrationCallback()413 iTelephony.unregisterImsRegistrationCallback(mSubId, c.getBinder()); in unregisterImsRegistrationCallback()439 ITelephony iTelephony = getITelephony(); in unregisterImsRegistrationCallback() local[all …]
311 ITelephony iTelephony = ITelephony.Stub.asInterface( in showSwitchToManagedProfileDialogIfAppropriate() local316 if (iTelephony != null) { in showSwitchToManagedProfileDialogIfAppropriate()318 iTelephony.showSwitchToManagedProfileDialog(); in showSwitchToManagedProfileDialogIfAppropriate()
1641 ITelephony iTelephony = getITelephony(); in getImsProvisionedBoolNoException() local1642 if (iTelephony == null) { in getImsProvisionedBoolNoException()1648 return iTelephony.getImsProvisioningStatusForCapability(subId, capability, tech); in getImsProvisionedBoolNoException()1667 ITelephony iTelephony = getITelephony(); in getRcsProvisionedBoolNoException() local1668 if (iTelephony == null) { in getRcsProvisionedBoolNoException()1674 return iTelephony.getRcsProvisioningStatusForCapability(subId, capability, tech); in getRcsProvisionedBoolNoException()3440 ITelephony iTelephony = getITelephony(); in isMmTelProvisioningRequired() local3441 if (iTelephony == null) { in isMmTelProvisioningRequired()3448 required = iTelephony.isProvisioningRequiredForCapability(subId, capability, in isMmTelProvisioningRequired()3466 ITelephony iTelephony = getITelephony(); in isRcsProvisioningRequired() local[all …]