Home
last modified time | relevance | path

Searched refs:mAppOpsController (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DLocationControllerImpl.java61 private final AppOpsController mAppOpsController; field in LocationControllerImpl
75 mAppOpsController = appOpsController; in LocationControllerImpl()
85 mAppOpsController.addCallback(new int[]{OP_MONITOR_HIGH_POWER_LOCATION}, this); in LocationControllerImpl()
162 List<AppOpItem> appOpsItems = mAppOpsController.getActiveAppOps(); in areActiveHighPowerLocationRequests()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DAppOpsCoordinator.java56 private final AppOpsController mAppOpsController; field in AppOpsCoordinator
67 mAppOpsController = appOpsController; in AppOpsCoordinator()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DAppOpsCoordinatorTest.java65 @Mock private AppOpsController mAppOpsController; field in AppOpsCoordinatorTest
84 mAppOpsController, in setup()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DLocationControllerImplTest.java57 @Mock private AppOpsController mAppOpsController; field in LocationControllerImplTest
68 mAppOpsController, in setup()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DForegroundServiceControllerTest.java70 @Mock private AppOpsController mAppOpsController; field in ForegroundServiceControllerTest
80 mFsc = new ForegroundServiceController(mAppOpsController, mMainHandler); in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java309 @Inject Lazy<AppOpsController> mAppOpsController; field in Dependency
517 mProviders.put(AppOpsController.class, mAppOpsController::get); in start()