Home
last modified time | relevance | path

Searched refs:APP_OPS_SERVICE (Results 1 – 25 of 45) sorted by relevance

12

/frameworks/support/compat/kitkat/android/support/v4/app/
DNotificationManagerCompatKitKat.java31 AppOpsManager appOps = (AppOpsManager) context.getSystemService(Context.APP_OPS_SERVICE); in areNotificationsEnabled()
/frameworks/base/media/java/android/media/
DPlayerBase.java64 IBinder b = ServiceManager.getService(Context.APP_OPS_SERVICE); in PlayerBase()
DSoundPool.java165 IBinder b = ServiceManager.getService(Context.APP_OPS_SERVICE); in SoundPool()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsAccess.java175 Context.APP_OPS_SERVICE); in hasAppOpsPermission()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/
DRecentLocationApps.java63 (AppOpsManager) mContext.getSystemService(Context.APP_OPS_SERVICE); in getAppList()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DLocationControllerImpl.java73 mAppOpsManager = (AppOpsManager) context.getSystemService(Context.APP_OPS_SERVICE); in LocationControllerImpl()
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkStatsAccessTest.java59 when(mContext.getSystemService(Context.APP_OPS_SERVICE)).thenReturn(mAppOps); in setUp()
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java378 if (Context.APP_OPS_SERVICE.equals(name)) { in getSystemService()
389 return Context.APP_OPS_SERVICE; in getSystemServiceName()
/frameworks/base/services/core/java/com/android/server/location/
DGeofenceManager.java112 mAppOps = (AppOpsManager)mContext.getSystemService(Context.APP_OPS_SERVICE); in GeofenceManager()
/frameworks/base/services/core/java/com/android/server/audio/
DMediaFocusControl.java52 mAppOps = (AppOpsManager)mContext.getSystemService(Context.APP_OPS_SERVICE); in MediaFocusControl()
/frameworks/base/core/java/android/content/
DContext.java2703 APP_OPS_SERVICE,
3496 public static final String APP_OPS_SERVICE = "appops"; field in Context
DContentProvider.java1740 Context.APP_OPS_SERVICE); in attachInfo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsApplication.java447 AppOpsManager appOps = (AppOpsManager)context.getSystemService(Context.APP_OPS_SERVICE); in getApplication()
546 AppOpsManager appOps = (AppOpsManager)context.getSystemService(Context.APP_OPS_SERVICE); in setDefaultApplicationInternal()
DPhoneSubInfoController.java56 mAppOps = (AppOpsManager) mContext.getSystemService(Context.APP_OPS_SERVICE); in PhoneSubInfoController()
DIccSmsInterfaceManager.java130 mAppOps = (AppOpsManager) mContext.getSystemService(Context.APP_OPS_SERVICE); in IccSmsInterfaceManager()
/frameworks/base/services/tests/servicestests/src/com/android/server/connectivity/
DVpnTest.java98 when(mContext.getSystemService(eq(Context.APP_OPS_SERVICE))).thenReturn(mAppOps); in setUp()
/frameworks/base/services/core/java/com/android/server/clipboard/
DClipboardService.java102 mAppOps = (AppOpsManager)context.getSystemService(Context.APP_OPS_SERVICE); in ClipboardService()
/frameworks/base/services/core/java/com/android/server/
DMmsServiceBroker.java299 mAppOpsManager = (AppOpsManager) mContext.getSystemService(Context.APP_OPS_SERVICE); in getAppOpsManager()
DVibratorService.java211 …ppOpsService = IAppOpsService.Stub.asInterface(ServiceManager.getService(Context.APP_OPS_SERVICE)); in VibratorService()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java574 registerService(Context.APP_OPS_SERVICE, AppOpsManager.class, in registerService() argument
578 IBinder b = ServiceManager.getService(Context.APP_OPS_SERVICE); in registerService()
/frameworks/base/services/core/java/com/android/server/media/projection/
DMediaProjectionManagerService.java79 mAppOps = (AppOpsManager) mContext.getSystemService(Context.APP_OPS_SERVICE); in MediaProjectionManagerService()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DContextFixture.java211 case Context.APP_OPS_SERVICE: in getSystemService()
DPhoneSubInfoControllerTest.java61 mAppOsMgr = (AppOpsManager) mContext.getSystemService(Context.APP_OPS_SERVICE); in setUp()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java543 (AppOpsManager) mContext.getSystemService(Context.APP_OPS_SERVICE); in setPackageAuthorization()
557 (AppOpsManager) mContext.getSystemService(Context.APP_OPS_SERVICE); in isVpnUserPreConsented()
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeHelper.java117 mAppOps = (AppOpsManager) context.getSystemService(Context.APP_OPS_SERVICE); in ZenModeHelper()

12