Lines Matching refs:mApp
69 private PhoneGlobals mApp; field in ImsRcsController
93 mApp = app; in ImsRcsController()
106 mApp, subId, "registerImsRegistrationCallback"); in registerImsRegistrationCallback()
124 mApp, subId, "unregisterImsRegistrationCallback"); in unregisterImsRegistrationCallback()
141 mApp, subId, "getImsRcsRegistrationState"); in getImsRcsRegistrationState()
163 mApp, subId, "getImsRcsRegistrationTransportType"); in getImsRcsRegistrationTransportType()
507 mApp, subId, callingPackage, callingFeatureId, "isUceSettingEnabled")) { in isUceSettingEnabled()
515 SubscriptionManager.IMS_RCS_UCE_ENABLED, false /*defaultValue*/, mApp); in isUceSettingEnabled()
535 TelephonyPermissions.enforceAnyPermissionGranted(mApp, Binder.getCallingUid(), in isSipDelegateSupported()
577 int remoteUid = mApp.getPackageManager().getPackageUid(packageName, 0 /*flags*/); in createSipDelegate()
686 mApp.enforceCallingOrSelfPermission( in enforceReadPrivilegedPermission()
695 mApp.enforceCallingOrSelfPermission( in enforceImsSingleRegistrationPermission()
705 mApp.enforceCallingOrSelfPermission(android.Manifest.permission.MODIFY_PHONE_STATE, null); in enforceModifyPermission()
714 mApp.enforceCallingOrSelfPermission( in enforceAccessUserCapabilityExchangePermission()
724 mApp.enforceCallingOrSelfPermission( in enforceReadContactsPermission()
748 if (!ImsManager.isImsSupportedOnDevice(mApp)) { in getRcsFeatureController()
789 : mApp.getPackageManager().hasSystemFeature( in isImsSingleRegistrationSupportedOnDevice()