Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DUserTracker.kt75 fun onUserChanging(newUser: Int, userContext: Context) {} regex
86 fun onUserChanging(newUser: Int, userContext: Context, latch: CountDownLatch) { regex
87 onUserChanging(newUser, userContext)
H A DUserTrackerImpl.kt198 callback.onUserChanging(userId, userContext, latch)
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/settings/
H A DFakeUserTracker.kt70 onUserChanging()
74 fun onUserChanging(userId: Int = _userId) { regex
77 copy.forEach { it.onUserChanging(userId, userContext, latch) }
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/data/repository/
H A DUserRepositoryImplTest.kt236 tracker.onUserChanging(userId = 1)
252 tracker.onUserChanging(userId = 0)
280 tracker.onUserChanging(0)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/data/repository/
H A DUserRepository.kt198 override fun onUserChanging(newUser: Int, userContext: Context) {
266 override fun onUserChanging(newUser: Int, userContext: Context) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManagerTest.java299 mLockscreenUserManager.getUserTrackerCallbackForTest().onUserChanging(mSecondaryUser.id, in testUserSwitchedCallsOnUserSwitching()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/
H A DUserTrackerImplTest.kt388 override fun onUserChanging(newUser: Int, userContext: Context) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManagerImpl.java192 public void onUserChanging(int newUser, @NonNull Context userContext) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java574 public void onUserChanging(int newUser, Context userContext) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DOverviewProxyService.java557 public void onUserChanging(int newUser, @NonNull Context userContext,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java2758 public void onUserChanging(int newUser, Context userContext, CountDownLatch latch) {