Home
last modified time | relevance | path

Searched refs:appOpsController (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceController.java55 AppOpsController appOpsController, @Main Handler mainHandler) { in ForegroundServiceController() argument
58 appOpsController.addCallback(APP_OPS, (code, uid, packageName, active) -> { in ForegroundServiceController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DAppOpsCoordinator.java65 AppOpsController appOpsController, in AppOpsCoordinator() argument
68 mAppOpsController = appOpsController; in AppOpsCoordinator()