Home
last modified time | relevance | path

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

12

/frameworks/base/cmds/appops/src/com/android/commands/appops/
DAppOpsCommand.java130 ServiceManager.getService(Context.APP_OPS_SERVICE)); in runSet()
/frameworks/base/core/java/android/net/
DNetworkScorerAppManager.java190 AppOpsManager appOpsMgr = (AppOpsManager) context.getSystemService(Context.APP_OPS_SERVICE); in isCallerActiveScorer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DLocationControllerImpl.java67 mAppOpsManager = (AppOpsManager) context.getSystemService(Context.APP_OPS_SERVICE); in LocationControllerImpl()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsApplication.java355 AppOpsManager appOps = (AppOpsManager)context.getSystemService(Context.APP_OPS_SERVICE); in getApplication()
478 AppOpsManager appOps = (AppOpsManager)context.getSystemService(Context.APP_OPS_SERVICE); in setDefaultApplicationInternal()
DIccSmsInterfaceManager.java131 mAppOps = (AppOpsManager) mContext.getSystemService(Context.APP_OPS_SERVICE); in IccSmsInterfaceManager()
/frameworks/base/services/core/java/com/android/server/location/
DGeofenceManager.java112 mAppOps = (AppOpsManager)mContext.getSystemService(Context.APP_OPS_SERVICE); in GeofenceManager()
DGpsLocationProvider.java655 Context.APP_OPS_SERVICE)); in GpsLocationProvider()
/frameworks/base/services/core/java/com/android/server/
DMmsServiceBroker.java185 mAppOpsManager = (AppOpsManager) mContext.getSystemService(Context.APP_OPS_SERVICE); in getAppOpsManager()
DVibratorService.java160 …ppOpsService = IAppOpsService.Stub.asInterface(ServiceManager.getService(Context.APP_OPS_SERVICE)); in VibratorService()
DAppOpsService.java210 ServiceManager.addService(Context.APP_OPS_SERVICE, asBinder()); in publish()
/frameworks/base/media/java/android/media/
DSoundPool.java540 IBinder b = ServiceManager.getService(Context.APP_OPS_SERVICE); in SoundPoolImpl()
DAudioTrack.java434 IBinder b = ServiceManager.getService(Context.APP_OPS_SERVICE); in AudioTrack()
DMediaFocusControl.java105 mAppOps = (AppOpsManager)mContext.getSystemService(Context.APP_OPS_SERVICE); in MediaFocusControl()
DMediaPlayer.java628 IBinder b = ServiceManager.getService(Context.APP_OPS_SERVICE); in MediaPlayer()
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsService.java91 mAppOps = (AppOpsManager) getContext().getSystemService(Context.APP_OPS_SERVICE); in onStart()
/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/notification/
DZenModeHelper.java83 mAppOps = (AppOpsManager) context.getSystemService(Context.APP_OPS_SERVICE); in ZenModeHelper()
/frameworks/base/services/core/java/com/android/server/media/projection/
DMediaProjectionManagerService.java84 mAppOps = (AppOpsManager) mContext.getSystemService(Context.APP_OPS_SERVICE); in MediaProjectionManagerService()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java309 (AppOpsManager) mContext.getSystemService(Context.APP_OPS_SERVICE); in setPackageAuthorization()
321 (AppOpsManager) mContext.getSystemService(Context.APP_OPS_SERVICE); in isVpnUserPreConsented()
/frameworks/base/core/java/android/content/
DContext.java2807 public static final String APP_OPS_SERVICE = "appops"; field in Context
DContentProvider.java1675 Context.APP_OPS_SERVICE); in attachInfo()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerService.java193 mAppOps = (AppOpsManager) mContext.getSystemService(Context.APP_OPS_SERVICE); in PackageInstallerService()
DUserManagerService.java250 ServiceManager.getService(Context.APP_OPS_SERVICE)); in systemReady()
/frameworks/base/core/java/android/app/
DContextImpl.java650 registerService(APP_OPS_SERVICE, new ServiceFetcher() { in registerService() argument
652 IBinder b = ServiceManager.getService(APP_OPS_SERVICE); in registerService()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java308 mAppOps = (AppOpsManager)context.getSystemService(Context.APP_OPS_SERVICE); in WifiServiceImpl()

12