Home
last modified time | relevance | path

Searched refs:startWatchingNoted (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/appop/
DAppOpsNotedWatcherTest.java64 appOpsManager.startWatchingNoted(new int[]{AppOpsManager.OP_FINE_LOCATION, in testWatchNotedOps()
99 appOpsManager.startWatchingNoted(new int[]{AppOpsManager.OP_FINE_LOCATION, in testWatchNotedOps()
137 appOpsManager.startWatchingNoted(new int[]{AppOpsManager.OP_FINE_LOCATION, in testWatchNotedOpsForExternalDevice()
/frameworks/base/core/java/com/android/internal/app/
DIAppOpsService.aidl130 void startWatchingNoted(in int[] ops, IAppOpsNotedCallback callback); in startWatchingNoted() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/
DAppOpsControllerImpl.java199 mAppOps.startWatchingNoted(OPS, this); in setListening()
/frameworks/base/core/java/android/app/
DAppOpsManager.java8586 public void startWatchingNoted(@NonNull @AppOpString String[] ops, in startWatchingNoted() method in AppOpsManager
8592 startWatchingNoted(intOps, listener); in startWatchingNoted()
8620 public void startWatchingNoted(@NonNull @AppOpString String[] ops, in startWatchingNoted() method in AppOpsManager
8626 startWatchingNoted(intOps, executor, listener); in startWatchingNoted()
8653 public void startWatchingNoted(@NonNull int[] ops, @NonNull OnOpNotedListener listener) { in startWatchingNoted() method in AppOpsManager
8654 startWatchingNoted(ops, mContext.getMainExecutor(), listener); in startWatchingNoted()
8686 public void startWatchingNoted(@NonNull int[] ops, in startWatchingNoted() method in AppOpsManager
8719 mService.startWatchingNoted(ops, cb); in startWatchingNoted()
/frameworks/base/services/core/java/com/android/server/sensorprivacy/
DSensorPrivacyService.java311 mAppOpsManager.startWatchingNoted(micAndCameraOps, this); in SensorPrivacyServiceImpl()
/frameworks/base/services/core/java/com/android/server/location/
DLocationManagerService.java407 appOps.startWatchingNoted( in onSystemReady()
/frameworks/base/core/api/
Dmodule-lib-lint-baseline.txt526 RequiresPermission: android.app.AppOpsManager#startWatchingNoted(String[], java.util.concurrent.Exe…
527 …Method 'startWatchingNoted' documentation mentions permissions already declared by @RequiresPermis…
Dtest-lint-baseline.txt580 RequiresPermission: android.app.AppOpsManager#startWatchingNoted(String[], java.util.concurrent.Exe…
581 …Method 'startWatchingNoted' documentation mentions permissions already declared by @RequiresPermis…
Dsystem-lint-baseline.txt616 RequiresPermission: android.app.AppOpsManager#startWatchingNoted(String[], java.util.concurrent.Exe…
617 …Method 'startWatchingNoted' documentation mentions permissions already declared by @RequiresPermis…
Dsystem-current.txt637 …e="android.permission.WATCH_APPOPS", conditional=true) public void startWatchingNoted(@NonNull Str…
638 …e="android.permission.WATCH_APPOPS", conditional=true) public void startWatchingNoted(@NonNull Str…
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java3368 public void startWatchingNoted(@NonNull int[] ops, @NonNull IAppOpsNotedCallback callback) { in startWatchingNoted() method in AppOpsService
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java3449 mAppOpsManager.startWatchingNoted(LOGGED_AP_OPS, mOpNotedCallback); in registerLocked()
/frameworks/base/services/
Dart-wear-profile7775 HPLcom/android/server/appop/AppOpsService;->startWatchingNoted([ILcom/android/internal/app/IAppOpsN…