Searched refs:appOpsController (Results 1 – 2 of 2) sorted by relevance
55 AppOpsController appOpsController, @Main Handler mainHandler) { in ForegroundServiceController() argument58 appOpsController.addCallback(APP_OPS, (code, uid, packageName, active) -> { in ForegroundServiceController()
65 AppOpsController appOpsController, in AppOpsCoordinator() argument68 mAppOpsController = appOpsController; in AppOpsCoordinator()