Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
H A DFakeManagedProfileController.java19 import com.android.systemui.statusbar.phone.ManagedProfileController;
20 import com.android.systemui.statusbar.phone.ManagedProfileController.Callback;
23 ManagedProfileController {
H A DLeakCheckedTest.java23 import com.android.systemui.statusbar.phone.ManagedProfileController;
64 ManagedProfileController.class,
125 } else if (cls == ManagedProfileController.class) { in getLeakChecker()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DManagedProfileController.java19 import com.android.systemui.statusbar.phone.ManagedProfileController.Callback;
22 public interface ManagedProfileController extends CallbackController<Callback> { interface
H A DAutoTileManager.java86 private final ManagedProfileController mManagedProfileController;
103 ManagedProfileController managedProfileController, in AutoTileManager()
287 private final ManagedProfileController.Callback mProfileCallback =
288 new ManagedProfileController.Callback() {
H A DManagedProfileControllerImpl.java37 public class ManagedProfileControllerImpl implements ManagedProfileController {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DWorkModeTile.java46 import com.android.systemui.statusbar.phone.ManagedProfileController;
52 ManagedProfileController.Callback {
58 private final ManagedProfileController mProfileController;
71 ManagedProfileController managedProfileController in WorkModeTile()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/dagger/
H A DQSModule.java35 import com.android.systemui.statusbar.phone.ManagedProfileController;
81 ManagedProfileController managedProfileController, in provideAutoTileManager()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DManagedProfileControllerImplTest.kt82 private object TestCallback : ManagedProfileController.Callback {
H A DAutoTileManagerTest.java114 @Mock private ManagedProfileController mManagedProfileController;
131 private ManagedProfileController.Callback mManagedProfileCallback;
174 ManagedProfileController managedProfileController, in createAutoTileManager()
211 ManagedProfileController mPC = mock(ManagedProfileController.class); in testCreatedAutoTileManagerIsNotInitialized()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
H A DCentralSurfacesDependenciesModule.java70 import com.android.systemui.statusbar.phone.ManagedProfileController;
210 ManagedProfileController provideManagedProfileController( in provideManagedProfileController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java99 import com.android.systemui.statusbar.phone.ManagedProfileController;
255 @Inject Lazy<ManagedProfileController> mManagedProfileController;
403 mProviders.put(ManagedProfileController.class, mManagedProfileController::get); in start()