Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DAutoTileManager.java55 private final ManagedProfileController mManagedProfileController; field in AutoTileManager
73 mManagedProfileController = managedProfileController; in AutoTileManager()
116 mManagedProfileController.removeCallback(mProfileCallback); in destroy()
132 if (mManagedProfileController.hasActiveProfile()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java211 @Inject Lazy<ManagedProfileController> mManagedProfileController; field in Dependency
355 mProviders.put(ManagedProfileController.class, mManagedProfileController::get); in start()