Searched refs:mAppOpsController (Results 1 – 2 of 2) sorted by relevance
255 @Inject Lazy<AppOpsController> mAppOpsController; field in Dependency442 mProviders.put(AppOpsController.class, mAppOpsController::get); in start()
420 protected AppOpsController mAppOpsController; field in StatusBar1065 if (mAppOpsController != null) { in setUpPresenter()1066 mAppOpsController.addCallback(APP_OPS, this); in setUpPresenter()1129 mAppOpsController = Dependency.get(AppOpsController.class); in getDependencies()