/frameworks/base/services/tests/servicestests/src/com/android/server/appop/ |
D | AppOpsNotedWatcherTest.java | 64 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/ |
D | IAppOpsService.aidl | 130 void startWatchingNoted(in int[] ops, IAppOpsNotedCallback callback); in startWatchingNoted() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/ |
D | AppOpsControllerImpl.java | 199 mAppOps.startWatchingNoted(OPS, this); in setListening()
|
/frameworks/base/core/java/android/app/ |
D | AppOpsManager.java | 8586 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/ |
D | SensorPrivacyService.java | 311 mAppOpsManager.startWatchingNoted(micAndCameraOps, this); in SensorPrivacyServiceImpl()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | LocationManagerService.java | 407 appOps.startWatchingNoted( in onSystemReady()
|
/frameworks/base/core/api/ |
D | module-lib-lint-baseline.txt | 526 RequiresPermission: android.app.AppOpsManager#startWatchingNoted(String[], java.util.concurrent.Exe… 527 …Method 'startWatchingNoted' documentation mentions permissions already declared by @RequiresPermis…
|
D | test-lint-baseline.txt | 580 RequiresPermission: android.app.AppOpsManager#startWatchingNoted(String[], java.util.concurrent.Exe… 581 …Method 'startWatchingNoted' documentation mentions permissions already declared by @RequiresPermis…
|
D | system-lint-baseline.txt | 616 RequiresPermission: android.app.AppOpsManager#startWatchingNoted(String[], java.util.concurrent.Exe… 617 …Method 'startWatchingNoted' documentation mentions permissions already declared by @RequiresPermis…
|
D | system-current.txt | 637 …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/ |
D | AppOpsService.java | 3368 public void startWatchingNoted(@NonNull int[] ops, @NonNull IAppOpsNotedCallback callback) { in startWatchingNoted() method in AppOpsService
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 3449 mAppOpsManager.startWatchingNoted(LOGGED_AP_OPS, mOpNotedCallback); in registerLocked()
|
/frameworks/base/services/ |
D | art-wear-profile | 7775 HPLcom/android/server/appop/AppOpsService;->startWatchingNoted([ILcom/android/internal/app/IAppOpsN…
|