Searched refs:mAppOpsController (Results 1 – 2 of 2) sorted by relevance
261 @Inject Lazy<AppOpsController> mAppOpsController; field in Dependency437 mProviders.put(AppOpsController.class, mAppOpsController::get); in start()
404 protected AppOpsController mAppOpsController; field in StatusBar639 mAppOpsController = Dependency.get(AppOpsController.class); in start()1063 mAppOpsController.addCallback(APP_OPS, this); in setUpPresenter()