HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_USER_SWITCHED (Results 1 - 25 of 37) sorted by null

1 2

  /frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
CurrentUserTracker.java 40 if (Intent.ACTION_USER_SWITCHED.equals(intent.getAction())) {
51 IntentFilter filter = new IntentFilter(Intent.ACTION_USER_SWITCHED);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NextAlarmController.java 40 filter.addAction(Intent.ACTION_USER_SWITCHED);
62 if (action.equals(Intent.ACTION_USER_SWITCHED)
SplitClockView.java 49 || Intent.ACTION_USER_SWITCHED.equals(action)) {
77 filter.addAction(Intent.ACTION_USER_SWITCHED);
UserInfoController.java 59 filter.addAction(Intent.ACTION_USER_SWITCHED);
82 if (Intent.ACTION_USER_SWITCHED.equals(action)) {
Clock.java 108 filter.addAction(Intent.ACTION_USER_SWITCHED);
UserSwitcherController.java 121 filter.addAction(Intent.ACTION_USER_SWITCHED);
475 } else if (Intent.ACTION_USER_SWITCHED.equals(intent.getAction())) {
    [all...]
  /frameworks/base/packages/FusedLocation/src/com/android/location/fused/
FusedLocationProvider.java 70 intentFilter.addAction(Intent.ACTION_USER_SWITCHED);
75 if (Intent.ACTION_USER_SWITCHED.equals(action)) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
GuestResumeSessionReceiver.java 49 IntentFilter f = new IntentFilter(Intent.ACTION_USER_SWITCHED);
58 if (Intent.ACTION_USER_SWITCHED.equals(action)) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ManagedProfileController.java 122 filter.addAction(Intent.ACTION_USER_SWITCHED);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerUI.java 136 filter.addAction(Intent.ACTION_USER_SWITCHED);
204 } else if (Intent.ACTION_USER_SWITCHED.equals(action)) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
ScreenPinningRequest.java 190 filter.addAction(Intent.ACTION_USER_SWITCHED);
286 } else if (intent.getAction().equals(Intent.ACTION_USER_SWITCHED)
  /frameworks/base/services/core/java/com/android/server/
GestureLauncherService.java 135 mContext.registerReceiver(mUserReceiver, new IntentFilter(Intent.ACTION_USER_SWITCHED));
313 if (Intent.ACTION_USER_SWITCHED.equals(intent.getAction())) {
ServiceWatcher.java 152 intentFilter.addAction(Intent.ACTION_USER_SWITCHED);
160 if (Intent.ACTION_USER_SWITCHED.equals(action)) {
VibratorService.java 248 }, new IntentFilter(Intent.ACTION_USER_SWITCHED), null, mH);
TelephonyRegistry.java 256 if (Intent.ACTION_USER_SWITCHED.equals(action)) {
345 filter.addAction(Intent.ACTION_USER_SWITCHED);
    [all...]
LocationManagerService.java 310 intentFilter.addAction(Intent.ACTION_USER_SWITCHED);
319 if (Intent.ACTION_USER_SWITCHED.equals(action)) {
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
RegisteredComponentCache.java 83 userFilter.addAction(Intent.ACTION_USER_SWITCHED);
NfcService.java 398 filter.addAction(Intent.ACTION_USER_SWITCHED);
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
TelecomSystem.java 66 new IntentFilter(Intent.ACTION_USER_SWITCHED);
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbService.java 126 filter.addAction(Intent.ACTION_USER_SWITCHED);
137 if (Intent.ACTION_USER_SWITCHED.equals(action)) {
  /frameworks/base/services/core/java/com/android/server/dreams/
DreamManagerService.java 122 }, new IntentFilter(Intent.ACTION_USER_SWITCHED), null, mHandler);
  /packages/services/Telephony/src/com/android/services/telephony/
TelecomAccountRegistry.java 633 new IntentFilter(Intent.ACTION_USER_SWITCHED));
  /frameworks/base/services/core/java/com/android/server/media/
MediaRouterService.java 98 IntentFilter filter = new IntentFilter(Intent.ACTION_USER_SWITCHED);
102 if (intent.getAction().equals(Intent.ACTION_USER_SWITCHED)) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 506 if (Intent.ACTION_USER_SWITCHED.equals(action)) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
UserController.java     [all...]

Completed in 3707 milliseconds

1 2