Searched refs:UserInfoController (Results 1 – 14 of 14) sorted by relevance
19 import com.android.systemui.statusbar.policy.UserInfoController;20 import com.android.systemui.statusbar.policy.UserInfoController.OnUserInfoChangedListener;23 implements UserInfoController {
36 import com.android.systemui.statusbar.policy.UserInfoController;60 UserInfoController.class,117 } else if (cls == UserInfoController.class) { in getLeakChecker()
42 import com.android.systemui.statusbar.policy.UserInfoController;47 public class UserTile extends QSTileImpl<State> implements UserInfoController.OnUserInfoChangedList…50 private final UserInfoController mUserInfoController;64 UserInfoController userInfoController in UserTile()
19 import com.android.systemui.statusbar.policy.UserInfoController.OnUserInfoChangedListener;21 public interface UserInfoController extends CallbackController<OnUserInfoChangedListener> { interface
51 public class UserInfoControllerImpl implements UserInfoController {
29 import com.android.systemui.statusbar.policy.UserInfoController38 private val userInfoController: UserInfoController,
41 import com.android.systemui.statusbar.policy.UserInfoController42 import com.android.systemui.statusbar.policy.UserInfoController.OnUserInfoChangedListener58 private val userInfoController: UserInfoController,
51 import com.android.systemui.statusbar.policy.UserInfoController;83 private final UserInfoController mUserInfoController;138 private final UserInfoController.OnUserInfoChangedListener mOnUserInfoChangedListener =222 UserInfoController userInfoController, in KeyguardStatusBarViewController()
72 import com.android.systemui.statusbar.policy.UserInfoController;132 private final UserInfoController mUserInfoController;168 UserInfoController userInfoController, RotationLockController rotationLockController, in PhoneStatusBarPolicy()
21 import com.android.systemui.statusbar.policy.UserInfoController49 private lateinit var userInfoController: UserInfoController
54 import com.android.systemui.statusbar.policy.UserInfoController;122 UserInfoController provideUserInfoContrller(UserInfoControllerImpl controllerImpl); in provideUserInfoContrller()
55 import com.android.systemui.statusbar.policy.UserInfoController;234 UserInfoController userInfoController = Dependency.get(UserInfoController.class); in initPip()
49 import com.android.systemui.statusbar.policy.UserInfoController;71 private UserInfoController mUserInfoController;
128 import com.android.systemui.statusbar.policy.UserInfoController;257 @Inject Lazy<UserInfoController> mUserInfoController;416 mProviders.put(UserInfoController.class, mUserInfoController::get); in start()