Home
last modified time | relevance | path

Searched refs:ACTION_USER_SWITCHED (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
DCurrentUserTracker.java40 if (Intent.ACTION_USER_SWITCHED.equals(intent.getAction())) { in onReceive()
51 IntentFilter filter = new IntentFilter(Intent.ACTION_USER_SWITCHED); in startTracking()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DNextAlarmController.java40 filter.addAction(Intent.ACTION_USER_SWITCHED); in NextAlarmController()
62 if (action.equals(Intent.ACTION_USER_SWITCHED) in onReceive()
DSplitClockView.java49 || Intent.ACTION_USER_SWITCHED.equals(action)) {
77 filter.addAction(Intent.ACTION_USER_SWITCHED); in onAttachedToWindow()
DUserInfoController.java59 filter.addAction(Intent.ACTION_USER_SWITCHED); in UserInfoController()
82 if (Intent.ACTION_USER_SWITCHED.equals(action)) {
DClock.java108 filter.addAction(Intent.ACTION_USER_SWITCHED); in onAttachedToWindow()
DUserSwitcherController.java121 filter.addAction(Intent.ACTION_USER_SWITCHED); in UserSwitcherController()
459 } else if (Intent.ACTION_USER_SWITCHED.equals(intent.getAction())) {
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
DFusedLocationProvider.java70 intentFilter.addAction(Intent.ACTION_USER_SWITCHED); in FusedLocationProvider()
75 if (Intent.ACTION_USER_SWITCHED.equals(action)) { in FusedLocationProvider()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DGuestResumeSessionReceiver.java49 IntentFilter f = new IntentFilter(Intent.ACTION_USER_SWITCHED); in register()
58 if (Intent.ACTION_USER_SWITCHED.equals(action)) { in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerUI.java136 filter.addAction(Intent.ACTION_USER_SWITCHED); in init()
204 } else if (Intent.ACTION_USER_SWITCHED.equals(action)) { in onReceive()
/frameworks/base/services/core/java/com/android/server/
DGestureLauncherService.java134 mContext.registerReceiver(mUserReceiver, new IntentFilter(Intent.ACTION_USER_SWITCHED)); in onBootPhase()
312 if (Intent.ACTION_USER_SWITCHED.equals(intent.getAction())) {
DServiceWatcher.java152 intentFilter.addAction(Intent.ACTION_USER_SWITCHED); in start()
160 if (Intent.ACTION_USER_SWITCHED.equals(action)) { in start()
DVibratorService.java248 }, new IntentFilter(Intent.ACTION_USER_SWITCHED), null, mH); in systemReady()
DTelephonyRegistry.java256 if (Intent.ACTION_USER_SWITCHED.equals(action)) {
345 filter.addAction(Intent.ACTION_USER_SWITCHED); in systemRunning()
DLocationManagerService.java309 intentFilter.addAction(Intent.ACTION_USER_SWITCHED); in systemRunning()
318 if (Intent.ACTION_USER_SWITCHED.equals(action)) { in systemRunning()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DScreenPinningRequest.java190 filter.addAction(Intent.ACTION_USER_SWITCHED); in onAttachedToWindow()
286 } else if (intent.getAction().equals(Intent.ACTION_USER_SWITCHED)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DManagedProfileController.java122 filter.addAction(Intent.ACTION_USER_SWITCHED); in setListening()
/frameworks/base/services/core/java/com/android/server/twilight/
DTwilightService.java113 filter.addAction(Intent.ACTION_USER_SWITCHED); in onStart()
580 if (Intent.ACTION_USER_SWITCHED.equals(intent.getAction())) {
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbService.java126 filter.addAction(Intent.ACTION_USER_SWITCHED); in UsbService()
137 if (Intent.ACTION_USER_SWITCHED.equals(action)) {
/frameworks/base/services/core/java/com/android/server/media/
DMediaRouterService.java98 IntentFilter filter = new IntentFilter(Intent.ACTION_USER_SWITCHED); in systemRunning()
102 if (intent.getAction().equals(Intent.ACTION_USER_SWITCHED)) { in systemRunning()
/frameworks/base/services/core/java/com/android/server/dreams/
DDreamManagerService.java118 }, new IntentFilter(Intent.ACTION_USER_SWITCHED), null, mHandler); in onBootPhase()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java499 if (Intent.ACTION_USER_SWITCHED.equals(action)) {
795 filter.addAction(Intent.ACTION_USER_SWITCHED); in start()
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java279 intentFilter.addAction(Intent.ACTION_USER_SWITCHED); in registerBroadcastReceivers()
285 if (Intent.ACTION_USER_SWITCHED.equals(action)) { in registerBroadcastReceivers()
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java1148 intent = new Intent(Intent.ACTION_USER_SWITCHED); in sendUserSwitchBroadcastsLocked()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java357 intentFilter.addAction(Intent.ACTION_USER_SWITCHED); in registerBroadcastReceivers()
367 if (Intent.ACTION_USER_SWITCHED.equals(action)) { in registerBroadcastReceivers()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java333 }, new IntentFilter(Intent.ACTION_USER_SWITCHED), null, mHandler); in start()

12