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

1 2

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/
CurrentUserTrackerTest.java 63 Intent intent = new Intent(Intent.ACTION_USER_SWITCHED);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NextAlarmControllerImpl.java 43 filter.addAction(Intent.ACTION_USER_SWITCHED);
65 if (action.equals(Intent.ACTION_USER_SWITCHED)
SplitClockView.java 49 || Intent.ACTION_USER_SWITCHED.equals(action)) {
77 filter.addAction(Intent.ACTION_USER_SWITCHED);
UserInfoControllerImpl.java 60 filter.addAction(Intent.ACTION_USER_SWITCHED);
83 if (Intent.ACTION_USER_SWITCHED.equals(action)) {
Clock.java 121 filter.addAction(Intent.ACTION_USER_SWITCHED);
UserSwitcherController.java 128 filter.addAction(Intent.ACTION_USER_SWITCHED);
503 } 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/settings/
CurrentUserTracker.java 83 if (Intent.ACTION_USER_SWITCHED.equals(intent.getAction())) {
98 IntentFilter filter = new IntentFilter(Intent.ACTION_USER_SWITCHED);
  /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)) {
  /packages/services/Car/service/src/com/android/car/
PerUserCarServiceHelper.java 79 mUserSwitchFilter.addAction(Intent.ACTION_USER_SWITCHED);
96 Intent.ACTION_USER_SWITCHED);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ManagedProfileControllerImpl.java 122 filter.addAction(Intent.ACTION_USER_SWITCHED);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
ScreenPinningRequest.java 197 filter.addAction(Intent.ACTION_USER_SWITCHED);
291 } else if (intent.getAction().equals(Intent.ACTION_USER_SWITCHED)
RecentsActivity.java 188 } else if (action.equals(Intent.ACTION_USER_SWITCHED)) {
387 filter.addAction(Intent.ACTION_USER_SWITCHED);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeTriggers.java 358 if (Intent.ACTION_USER_SWITCHED.equals(intent.getAction())) {
369 filter.addAction(Intent.ACTION_USER_SWITCHED);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerUI.java 179 filter.addAction(Intent.ACTION_USER_SWITCHED);
246 } else if (Intent.ACTION_USER_SWITCHED.equals(action)) {
  /frameworks/base/services/core/java/com/android/server/
GestureLauncherService.java 164 mContext.registerReceiver(mUserReceiver, new IntentFilter(Intent.ACTION_USER_SWITCHED));
426 if (Intent.ACTION_USER_SWITCHED.equals(intent.getAction())) {
ServiceWatcher.java 156 intentFilter.addAction(Intent.ACTION_USER_SWITCHED);
164 if (Intent.ACTION_USER_SWITCHED.equals(action)) {
TelephonyRegistry.java 257 if (Intent.ACTION_USER_SWITCHED.equals(action)) {
344 filter.addAction(Intent.ACTION_USER_SWITCHED);
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
RegisteredComponentCache.java 83 userFilter.addAction(Intent.ACTION_USER_SWITCHED);
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
UserManagerTest.java 73 filter.addAction(Intent.ACTION_USER_SWITCHED);
83 case Intent.ACTION_USER_SWITCHED:
  /packages/services/Telecomm/src/com/android/server/telecom/
TelecomSystem.java 73 new IntentFilter(Intent.ACTION_USER_SWITCHED);
  /frameworks/base/services/core/java/com/android/server/dreams/
DreamManagerService.java 126 }, new IntentFilter(Intent.ACTION_USER_SWITCHED), null, mHandler);
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
UserControllerTest.java 82 Intent.ACTION_USER_SWITCHED,
  /packages/services/Telephony/src/com/android/services/telephony/
TelecomAccountRegistry.java 700 new IntentFilter(Intent.ACTION_USER_SWITCHED));
    [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaRouterService.java 175 IntentFilter filter = new IntentFilter(Intent.ACTION_USER_SWITCHED);
179 if (intent.getAction().equals(Intent.ACTION_USER_SWITCHED)) {
    [all...]

Completed in 1968 milliseconds

1 2