/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | DeviceProvisionedControllerImplTest.kt | 168 verify(listener, never()).onUserSwitched() 181 verify(listener).onUserSwitched() 195 verify(listener, never()).onUserSwitched() 209 verify(listener, never()).onUserSwitched() 229 verify(listener, never()).onUserSwitched()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/ |
H A D | CurrentUserTrackerTest.java | 48 public void onUserSwitched(int newUserId) { in setUp() 59 public void onUserSwitched(int newUserId) { in testBroadCastDoesntCrashOnConcurrentModification()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | DeviceProvisionedControllerImpl.kt | 108 onUserSwitched() 208 override fun onUserSwitched() { 209 dispatchChange(DeviceProvisionedController.DeviceProvisionedListener::onUserSwitched)
|
H A D | DeviceProvisionedController.java | 64 default void onUserSwitched() { in onUserSwitched() method
|
H A D | SecurityController.java | 52 void onUserSwitched(int newUserId); in onUserSwitched() method
|
H A D | SecurityControllerImpl.java | 137 onUserSwitched(ActivityManager.getCurrentUser()); in SecurityControllerImpl() 321 public void onUserSwitched(int newUserId) { in onUserSwitched() method in SecurityControllerImpl
|
/aosp12/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
H A D | CardEmulationManager.java | 152 public void onUserSwitched(int userId) { in onUserSwitched() method in CardEmulationManager 155 mPreferredServices.onUserSwitched(userId); in onUserSwitched() 157 mHostNfcFEmulationManager.onUserSwitched(); in onUserSwitched() 158 mT3tIdentifiersCache.onUserSwitched(); in onUserSwitched() 159 mEnabledNfcFServices.onUserSwitched(userId); in onUserSwitched() 160 mNfcFServicesCache.onUserSwitched(); in onUserSwitched()
|
H A D | EnabledNfcFServices.java | 209 public void onUserSwitched(int userId) { in onUserSwitched() method in EnabledNfcFServices
|
H A D | RegisteredT3tIdentifiersCache.java | 206 public void onUserSwitched() { in onUserSwitched() method in RegisteredT3tIdentifiersCache
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/ |
H A D | CurrentUserTracker.java | 36 private Consumer<Integer> mCallback = this::onUserSwitched; 59 public abstract void onUserSwitched(int newUserId); in onUserSwitched() method in CurrentUserTracker
|
H A D | CurrentUserObservable.java | 48 public void onUserSwitched(int newUserId) { in CurrentUserObservable()
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/ |
H A D | CarDeviceProvisionedListener.java | 27 default void onUserSwitched() { in onUserSwitched() method
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationPresenter.java | 45 void onUserSwitched(int newUserId); in onUserSwitched() method
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | ConditionProviders.java | 178 public void onUserSwitched(int user) { in onUserSwitched() method in ConditionProviders 179 super.onUserSwitched(user); in onUserSwitched() 181 mCallback.onUserSwitched(); in onUserSwitched() 460 void onUserSwitched(); in onUserSwitched() method
|
H A D | ZenModeConditions.java | 104 public void onUserSwitched() { in onUserSwitched() method in ZenModeConditions
|
/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/ |
H A D | CarSystemBarTest.java | 169 deviceProvisionedCallbackCaptor.getValue().onUserSwitched(); in restartNavbars_refreshesTaskChanged() 189 deviceProvisionedCallbackCaptor.getValue().onUserSwitched(); in restartNavBars_newUserNotSetupWithKeyguardShowing_showsKeyguardButtons() 208 deviceProvisionedCallbackCaptor.getValue().onUserSwitched(); in restartNavbars_newUserIsSetupWithKeyguardHidden_showsNavigationButtons()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/ |
H A D | FakeSecurityController.java | 127 public void onUserSwitched(int newUserId) { in onUserSwitched() method in FakeSecurityController
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/ |
H A D | BatteryMeterViewController.java | 114 public void onUserSwitched(int newUserId) { in BatteryMeterViewController()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ |
H A D | ControlsProviderSelectorActivity.kt | 65 override fun onUserSwitched(newUserId: Int) {
|
H A D | ControlsRequestDialog.kt | 64 override fun onUserSwitched(newUserId: Int) {
|
H A D | ControlsEditingActivity.kt | 68 override fun onUserSwitched(newUserId: Int) {
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarNotificationPresenter.java | 216 onUserSwitched(mLockscreenUserManager.getCurrentUserId()); in StatusBarNotificationPresenter() 322 public void onUserSwitched(int newUserId) { in onUserSwitched() method in StatusBarNotificationPresenter
|
/aosp12/frameworks/base/core/java/android/app/admin/ |
H A D | DeviceAdminReceiver.java | 1058 public void onUserSwitched(@NonNull Context context, @NonNull Intent intent, in onUserSwitched() method in DeviceAdminReceiver 1239 onUserSwitched(context, intent, intent.getParcelableExtra(Intent.EXTRA_USER)); in onReceive()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | NavigationModeController.java | 74 public void onUserSwitched() {
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
H A D | MediaDataFilter.kt | 77 override fun onUserSwitched(newUserId: Int) {
|