Home
last modified time | relevance | path

Searched refs:onUserSwitched (Results 1 – 25 of 55) sorted by relevance

123

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DDeviceProvisionedControllerImplTest.kt168 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 DCurrentUserTrackerTest.java48 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 DDeviceProvisionedControllerImpl.kt108 onUserSwitched()
208 override fun onUserSwitched() {
209 dispatchChange(DeviceProvisionedController.DeviceProvisionedListener::onUserSwitched)
H A DDeviceProvisionedController.java64 default void onUserSwitched() { in onUserSwitched() method
H A DSecurityController.java52 void onUserSwitched(int newUserId); in onUserSwitched() method
H A DSecurityControllerImpl.java137 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 DCardEmulationManager.java152 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 DEnabledNfcFServices.java209 public void onUserSwitched(int userId) { in onUserSwitched() method in EnabledNfcFServices
H A DRegisteredT3tIdentifiersCache.java206 public void onUserSwitched() { in onUserSwitched() method in RegisteredT3tIdentifiersCache
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DCurrentUserTracker.java36 private Consumer<Integer> mCallback = this::onUserSwitched;
59 public abstract void onUserSwitched(int newUserId); in onUserSwitched() method in CurrentUserTracker
H A DCurrentUserObservable.java48 public void onUserSwitched(int newUserId) { in CurrentUserObservable()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/
H A DCarDeviceProvisionedListener.java27 default void onUserSwitched() { in onUserSwitched() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationPresenter.java45 void onUserSwitched(int newUserId); in onUserSwitched() method
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DConditionProviders.java178 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 DZenModeConditions.java104 public void onUserSwitched() { in onUserSwitched() method in ZenModeConditions
/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
H A DCarSystemBarTest.java169 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 DFakeSecurityController.java127 public void onUserSwitched(int newUserId) { in onUserSwitched() method in FakeSecurityController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
H A DBatteryMeterViewController.java114 public void onUserSwitched(int newUserId) { in BatteryMeterViewController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
H A DControlsProviderSelectorActivity.kt65 override fun onUserSwitched(newUserId: Int) {
H A DControlsRequestDialog.kt64 override fun onUserSwitched(newUserId: Int) {
H A DControlsEditingActivity.kt68 override fun onUserSwitched(newUserId: Int) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationPresenter.java216 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 DDeviceAdminReceiver.java1058 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 DNavigationModeController.java74 public void onUserSwitched() {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaDataFilter.kt77 override fun onUserSwitched(newUserId: Int) {

123