Searched refs:APP_OPS (Results 1 – 3 of 3) sorted by relevance
42 public static final int[] APP_OPS = new int[] {AppOpsManager.OP_CAMERA, field in ForegroundServiceController58 appOpsController.addCallback(APP_OPS, (code, uid, packageName, active) -> { in ForegroundServiceController()
86 mAppOpsController.addCallback(ForegroundServiceController.APP_OPS, this::onAppOpsChanged); in attach()
618 case FrameworkStatsLog.APP_OPS: in onPullAtom()3370 int tagId = FrameworkStatsLog.APP_OPS;3582 } else if (atomTag == FrameworkStatsLog.APP_OPS) {