/frameworks/base/core/java/com/android/internal/util/ |
D | ScreenshotHelper.java | 3 import static android.content.Intent.ACTION_USER_SWITCHED; 47 if (ACTION_USER_SWITCHED.equals(intent.getAction())) { 110 new IntentFilter(ACTION_USER_SWITCHED), Context.RECEIVER_EXPORTED); in takeScreenshotInternal()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SplitClockView.java | 49 || Intent.ACTION_USER_SWITCHED.equals(action)) { 77 filter.addAction(Intent.ACTION_USER_SWITCHED); in onAttachedToWindow()
|
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/ |
D | FusedLocationProvider.java | 19 import static android.content.Intent.ACTION_USER_SWITCHED; 95 if (!ACTION_USER_SWITCHED.equals(intent.getAction())) { in FusedLocationProvider() 107 mContext.registerReceiver(mUserChangeReceiver, new IntentFilter(ACTION_USER_SWITCHED)); in start()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
D | AvalancheProvider.kt | 48 Intent.ACTION_USER_SWITCHED
|
/frameworks/base/services/core/java/com/android/server/timedetector/ |
D | ServiceConfigAccessorImpl.java | 18 import static android.content.Intent.ACTION_USER_SWITCHED; 134 filter.addAction(ACTION_USER_SWITCHED); in ServiceConfigAccessorImpl()
|
/frameworks/base/services/core/java/com/android/server/servicewatcher/ |
D | CurrentUserServiceSupplier.java | 276 intentFilter.addAction(Intent.ACTION_USER_SWITCHED); in register() 355 case Intent.ACTION_USER_SWITCHED: in onReceive()
|
/frameworks/base/services/core/java/com/android/server/timezonedetector/ |
D | ServiceConfigAccessorImpl.java | 18 import static android.content.Intent.ACTION_USER_SWITCHED; 172 filter.addAction(ACTION_USER_SWITCHED); in ServiceConfigAccessorImpl()
|
/frameworks/base/core/java/android/app/admin/ |
D | DeviceAdminReceiver.java | 382 public static final String ACTION_USER_SWITCHED = "android.app.action.USER_SWITCHED"; field in DeviceAdminReceiver 1245 } else if (ACTION_USER_SWITCHED.equals(action)) { in onReceive()
|
/frameworks/base/services/core/java/com/android/server/ |
D | GestureLauncherService.java | 244 mContext.registerReceiver(mUserReceiver, new IntentFilter(Intent.ACTION_USER_SWITCHED)); in onBootPhase() 706 if (Intent.ACTION_USER_SWITCHED.equals(intent.getAction())) {
|
D | TelephonyRegistry.java | 646 if (Intent.ACTION_USER_SWITCHED.equals(action)) { 914 filter.addAction(Intent.ACTION_USER_SWITCHED); in systemRunning()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/ |
D | UserSwitcherInteractor.kt | 336 addAction(Intent.ACTION_USER_SWITCHED) in <lambda>() 633 Intent.ACTION_USER_SWITCHED -> { in <lambda>()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputSettingsObserver.java | 127 }, new IntentFilter(Intent.ACTION_USER_SWITCHED), null, mHandler); in registerAndUpdate()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationAttentionHelper.java | 111 Intent.ACTION_USER_SWITCHED, 290 filter.addAction(Intent.ACTION_USER_SWITCHED); in registerBroadcastListeners() 1612 || action.equals(Intent.ACTION_USER_SWITCHED)
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/compat/overrides/ |
D | AppCompatOverridesServiceTest.java | 22 import static android.content.Intent.ACTION_USER_SWITCHED; 502 createPackageIntent(PACKAGE_1, ACTION_USER_SWITCHED)); in packageReceiver_unsupportedAction_doesNothing()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TelephonyRegistryTest.java | 1366 mContext.sendBroadcast(new Intent(Intent.ACTION_USER_SWITCHED)); in testNotifyCellLocationForSubscriberByUserSwitched() 1376 mContext.sendBroadcast(new Intent(Intent.ACTION_USER_SWITCHED)); in testNotifyCellLocationForSubscriberByUserSwitched()
|
/frameworks/base/services/tests/powerservicetests/src/com/android/server/power/ |
D | PowerManagerServiceTest.java | 409 IntentFilter usFilter = new IntentFilter(Intent.ACTION_USER_SWITCHED); in startSystem() 849 mUserSwitchedReceiver.onReceive(mContextSpy, new Intent(Intent.ACTION_USER_SWITCHED)); in testWakefulnessAwake_ShouldWakeUpWhenPluggedIn() 857 mUserSwitchedReceiver.onReceive(mContextSpy, new Intent(Intent.ACTION_USER_SWITCHED)); in testWakefulnessAwake_ShouldWakeUpWhenPluggedIn() 863 mUserSwitchedReceiver.onReceive(mContextSpy, new Intent(Intent.ACTION_USER_SWITCHED)); in testWakefulnessAwake_ShouldWakeUpWhenPluggedIn()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/domain/interactor/ |
D | UserSwitcherInteractorTest.kt | 677 Intent(Intent.ACTION_USER_SWITCHED) in <lambda>()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
D | UserControllerTest.java | 173 Intent.ACTION_USER_SWITCHED);
|
/frameworks/base/services/core/java/com/android/server/tv/interactive/ |
D | TvInteractiveAppManagerService.java | 603 intentFilter.addAction(Intent.ACTION_USER_SWITCHED); in registerBroadcastReceivers() 611 if (Intent.ACTION_USER_SWITCHED.equals(action)) { in registerBroadcastReceivers()
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvInputManagerService.java | 321 intentFilter.addAction(Intent.ACTION_USER_SWITCHED); in registerBroadcastReceivers() 329 if (Intent.ACTION_USER_SWITCHED.equals(action)) { in registerBroadcastReceivers()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 2382 filter = new IntentFilter(Intent.ACTION_USER_SWITCHED); 5437 if (Intent.ACTION_USER_SWITCHED.equals(intent.getAction())) {
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityManagerService.java | 878 intentFilter.addAction(Intent.ACTION_USER_SWITCHED); in registerBroadcastReceivers() 896 if (Intent.ACTION_USER_SWITCHED.equals(action)) { in registerBroadcastReceivers()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | UserController.java | 2679 intent = new Intent(Intent.ACTION_USER_SWITCHED);
|
D | OomAdjuster.java | 529 final IntentFilter filter = new IntentFilter(Intent.ACTION_USER_SWITCHED); in initSettings()
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 4155 public static final String ACTION_USER_SWITCHED = field in Intent
|