Home
last modified time | relevance | path

Searched refs:ManagedProfileController (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeManagedProfileController.java19 import com.android.systemui.statusbar.phone.ManagedProfileController;
20 import com.android.systemui.statusbar.phone.ManagedProfileController.Callback;
23 ManagedProfileController {
DLeakCheckedTest.java24 import com.android.systemui.statusbar.phone.ManagedProfileController;
66 ManagedProfileController.class,
127 } else if (cls == ManagedProfileController.class) { in getLeakChecker()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DWorkModeTile.java29 import com.android.systemui.statusbar.phone.ManagedProfileController;
35 ManagedProfileController.Callback {
38 private final ManagedProfileController mProfileController;
41 public WorkModeTile(QSHost host, ManagedProfileController managedProfileController) { in WorkModeTile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DManagedProfileController.java17 import com.android.systemui.statusbar.phone.ManagedProfileController.Callback;
20 public interface ManagedProfileController extends CallbackController<Callback> { interface
DAutoTileManager.java55 private final ManagedProfileController mManagedProfileController;
64 ManagedProfileController managedProfileController, in AutoTileManager()
127 private final ManagedProfileController.Callback mProfileCallback =
128 new ManagedProfileController.Callback() {
DManagedProfileControllerImpl.java37 public class ManagedProfileControllerImpl implements ManagedProfileController {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependencyBinder.java34 import com.android.systemui.statusbar.phone.ManagedProfileController;
168 public abstract ManagedProfileController provideManagedProfileController( in provideManagedProfileController()
DDependency.java76 import com.android.systemui.statusbar.phone.ManagedProfileController;
211 @Inject Lazy<ManagedProfileController> mManagedProfileController;
355 mProviders.put(ManagedProfileController.class, mManagedProfileController::get); in start()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DAutoTileManagerTest.java68 mock(ManagedProfileController.class), in setUp()