Home
last modified time | relevance | path

Searched refs:APP_OPS (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceController.java42 public static final int[] APP_OPS = new int[] {AppOpsManager.OP_CAMERA, field in ForegroundServiceController
58 appOpsController.addCallback(APP_OPS, (code, uid, packageName, active) -> { in ForegroundServiceController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DAppOpsCoordinator.java86 mAppOpsController.addCallback(ForegroundServiceController.APP_OPS, this::onAppOpsChanged); in attach()
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java618 case FrameworkStatsLog.APP_OPS: in onPullAtom()
3370 int tagId = FrameworkStatsLog.APP_OPS;
3582 } else if (atomTag == FrameworkStatsLog.APP_OPS) {