Searched refs:onUserChanging (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/ |
D | UserTracker.kt | 83 fun onUserChanging(newUser: Int, userContext: Context) {} in addCallback() method 93 fun onUserChanging(newUser: Int, userContext: Context, resultCallback: Runnable) { in addCallback() method 94 onUserChanging(newUser, userContext) in addCallback()
|
D | UserTrackerImpl.kt | 242 callback.onUserChanging(newUserId, userContext, resultCallback) in <lambda>() 260 callback.onUserChanging(userId, userContext) { mutex.unlock() } in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/settings/ |
D | FakeUserTracker.kt | 73 onUserChanging() in set() 83 fun onUserChanging(userId: Int = _userId) { in onUserChanging() method 85 copy.forEach { it.onUserChanging(userId, userContext) {} } in onUserChanging()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/data/repository/ |
D | UserRepositoryImplTest.kt | 236 tracker.onUserChanging(userId = 1) in <lambda>() 252 tracker.onUserChanging(userId = 0) in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManagerTest.java | 280 mLockscreenUserManager.mUserChangedCallback.onUserChanging(mSecondaryUser.id, mContext); in testGetCurrentProfiles() 483 mLockscreenUserManager.getUserTrackerCallbackForTest().onUserChanging(mSecondaryUser.id, in testUserSwitchedCallsOnUserSwitching() 621 mLockscreenUserManager.mUserChangedCallback.onUserChanging( in testEarlyUserSwitch() 717 mLockscreenUserManager.mUserChangedCallback.onUserChanging(mSecondaryUser.id, mContext); in testDevicePolicyPrivateNotifications_secondary() 754 mLockscreenUserManager.mUserChangedCallback.onUserChanging(mSecondaryUser.id, mContext); in testHideNotifications_secondary_userSwitch() 764 mLockscreenUserManager.mUserChangedCallback.onUserChanging(mSecondaryUser.id, mContext); in testShowNotifications_secondary_userSwitch()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/data/repository/ |
D | UserRepository.kt | 198 override fun onUserChanging(newUser: Int, userContext: Context) { in refreshUsers() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/ |
D | UserTrackerImplTest.kt | 475 override fun onUserChanging(newUser: Int, userContext: Context) { in <lambda>() method in com.android.systemui.settings.UserTrackerImplTest.TestCallback
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManagerImpl.java | 256 public void onUserChanging(int newUser, @NonNull Context userContext) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBarPolicy.java | 590 public void onUserChanging(int newUser, Context userContext) {
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardUpdateMonitor.java | 2530 public void onUserChanging(int newUser, @NonNull Context userContext,
|