Home
last modified time | relevance | path

Searched refs:onUserChanging (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
DUserTracker.kt83 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()
DUserTrackerImpl.kt242 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/
DFakeUserTracker.kt73 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/
DUserRepositoryImplTest.kt236 tracker.onUserChanging(userId = 1) in <lambda>()
252 tracker.onUserChanging(userId = 0) in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerTest.java280 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/
DUserRepository.kt198 override fun onUserChanging(newUser: Int, userContext: Context) { in refreshUsers() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/
DUserTrackerImplTest.kt475 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/
DNotificationLockscreenUserManagerImpl.java256 public void onUserChanging(int newUser, @NonNull Context userContext) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java590 public void onUserChanging(int newUser, Context userContext) {
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java2530 public void onUserChanging(int newUser, @NonNull Context userContext,