Searched refs:onUserChanging (Results 1 – 11 of 11) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/ |
H A D | UserTracker.kt | 75 fun onUserChanging(newUser: Int, userContext: Context) {} regex 86 fun onUserChanging(newUser: Int, userContext: Context, latch: CountDownLatch) { regex 87 onUserChanging(newUser, userContext)
|
H A D | UserTrackerImpl.kt | 198 callback.onUserChanging(userId, userContext, latch)
|
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/settings/ |
H A D | FakeUserTracker.kt | 70 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 D | UserRepositoryImplTest.kt | 236 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 D | UserRepository.kt | 198 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 D | NotificationLockscreenUserManagerTest.java | 299 mLockscreenUserManager.getUserTrackerCallbackForTest().onUserChanging(mSecondaryUser.id, in testUserSwitchedCallsOnUserSwitching()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/ |
H A D | UserTrackerImplTest.kt | 388 override fun onUserChanging(newUser: Int, userContext: Context) {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationLockscreenUserManagerImpl.java | 192 public void onUserChanging(int newUser, @NonNull Context userContext) {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | PhoneStatusBarPolicy.java | 574 public void onUserChanging(int newUser, Context userContext) {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
H A D | OverviewProxyService.java | 557 public void onUserChanging(int newUser, @NonNull Context userContext,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardUpdateMonitor.java | 2758 public void onUserChanging(int newUser, Context userContext, CountDownLatch latch) {
|