Searched full:app_ops_service (Results 1 - 17 of 17) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
H A DAppOpsDetails.java176 mAppOps = (AppOpsManager)getActivity().getSystemService(Context.APP_OPS_SERVICE);
H A DAppOpsState.java57 mAppOps = (AppOpsManager)context.getSystemService(Context.APP_OPS_SERVICE);
/frameworks/base/services/java/com/android/server/
H A DClipboardService.java96 mAppOps = (AppOpsManager)context.getSystemService(Context.APP_OPS_SERVICE);
H A DVibratorService.java145 mAppOpsService = IAppOpsService.Stub.asInterface(ServiceManager.getService(Context.APP_OPS_SERVICE));
H A DAppOpsService.java149 ServiceManager.addService(Context.APP_OPS_SERVICE, asBinder());
H A DLocationManagerService.java196 mAppOps = (AppOpsManager)context.getSystemService(Context.APP_OPS_SERVICE);
H A DNotificationManagerService.java1288 mAppOps = (AppOpsManager)context.getSystemService(Context.APP_OPS_SERVICE);
/frameworks/base/services/java/com/android/server/location/
H A DGeofenceManager.java112 mAppOps = (AppOpsManager)mContext.getSystemService(Context.APP_OPS_SERVICE);
H A DGpsLocationProvider.java456 Context.APP_OPS_SERVICE));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccSmsInterfaceManager.java107 mAppOps = (AppOpsManager)mContext.getSystemService(Context.APP_OPS_SERVICE);
/packages/apps/Phone/src/com/android/phone/
H A DPhoneInterfaceManager.java237 mAppOps = (AppOpsManager)app.getSystemService(Context.APP_OPS_SERVICE);
H A DOutgoingCallBroadcaster.java417 AppOpsManager appOps = (AppOpsManager)getSystemService(Context.APP_OPS_SERVICE);
/frameworks/base/core/java/android/app/
H A DContextImpl.java533 registerService(APP_OPS_SERVICE, new ServiceFetcher() {
535 IBinder b = ServiceManager.getService(APP_OPS_SERVICE);
/frameworks/base/services/java/com/android/server/wifi/
H A DWifiService.java229 mAppOps = (AppOpsManager)context.getSystemService(Context.APP_OPS_SERVICE);
/frameworks/base/core/java/android/content/
H A DContentProvider.java530 Context.APP_OPS_SERVICE);
H A DContext.java2284 public static final String APP_OPS_SERVICE = "appops"; field in class:Context
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java788 mAppOps = (AppOpsManager)context.getSystemService(Context.APP_OPS_SERVICE);

Completed in 1466 milliseconds