Searched refs:ManagedProfileController (Results 1 – 11 of 11) sorted by relevance
19 import com.android.systemui.statusbar.phone.ManagedProfileController;20 import com.android.systemui.statusbar.phone.ManagedProfileController.Callback;23 ManagedProfileController {
23 import com.android.systemui.statusbar.phone.ManagedProfileController;64 ManagedProfileController.class,125 } else if (cls == ManagedProfileController.class) { in getLeakChecker()
19 import com.android.systemui.statusbar.phone.ManagedProfileController.Callback;22 public interface ManagedProfileController extends CallbackController<Callback> { interface
86 private final ManagedProfileController mManagedProfileController;103 ManagedProfileController managedProfileController, in AutoTileManager()287 private final ManagedProfileController.Callback mProfileCallback =288 new ManagedProfileController.Callback() {
37 public class ManagedProfileControllerImpl implements ManagedProfileController {
46 import com.android.systemui.statusbar.phone.ManagedProfileController;52 ManagedProfileController.Callback {58 private final ManagedProfileController mProfileController;71 ManagedProfileController managedProfileController in WorkModeTile()
35 import com.android.systemui.statusbar.phone.ManagedProfileController;81 ManagedProfileController managedProfileController, in provideAutoTileManager()
82 private object TestCallback : ManagedProfileController.Callback {
114 @Mock private ManagedProfileController mManagedProfileController;131 private ManagedProfileController.Callback mManagedProfileCallback;174 ManagedProfileController managedProfileController, in createAutoTileManager()211 ManagedProfileController mPC = mock(ManagedProfileController.class); in testCreatedAutoTileManagerIsNotInitialized()
70 import com.android.systemui.statusbar.phone.ManagedProfileController;210 ManagedProfileController provideManagedProfileController( in provideManagedProfileController()
99 import com.android.systemui.statusbar.phone.ManagedProfileController;255 @Inject Lazy<ManagedProfileController> mManagedProfileController;403 mProviders.put(ManagedProfileController.class, mManagedProfileController::get); in start()