Searched refs:ManagedProfileController (Results 1 – 9 of 9) sorted by relevance
19 import com.android.systemui.statusbar.phone.ManagedProfileController;20 import com.android.systemui.statusbar.phone.ManagedProfileController.Callback;23 ManagedProfileController {
24 import com.android.systemui.statusbar.phone.ManagedProfileController;66 ManagedProfileController.class,127 } else if (cls == ManagedProfileController.class) { in getLeakChecker()
29 import com.android.systemui.statusbar.phone.ManagedProfileController;35 ManagedProfileController.Callback {38 private final ManagedProfileController mProfileController;41 public WorkModeTile(QSHost host, ManagedProfileController managedProfileController) { in WorkModeTile()
17 import com.android.systemui.statusbar.phone.ManagedProfileController.Callback;20 public interface ManagedProfileController extends CallbackController<Callback> { interface
55 private final ManagedProfileController mManagedProfileController;64 ManagedProfileController managedProfileController, in AutoTileManager()127 private final ManagedProfileController.Callback mProfileCallback =128 new ManagedProfileController.Callback() {
37 public class ManagedProfileControllerImpl implements ManagedProfileController {
34 import com.android.systemui.statusbar.phone.ManagedProfileController;168 public abstract ManagedProfileController provideManagedProfileController( in provideManagedProfileController()
76 import com.android.systemui.statusbar.phone.ManagedProfileController;211 @Inject Lazy<ManagedProfileController> mManagedProfileController;355 mProviders.put(ManagedProfileController.class, mManagedProfileController::get); in start()
68 mock(ManagedProfileController.class), in setUp()