Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
DCurrentUserTracker.java41 if (Intent.ACTION_USER_SWITCHED.equals(intent.getAction())) { in onReceive()
52 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.java61 filter.addAction(Intent.ACTION_USER_SWITCHED); in UserInfoController()
80 if (Intent.ACTION_USER_SWITCHED.equals(action)) {
DClock.java94 filter.addAction(Intent.ACTION_USER_SWITCHED); in onAttachedToWindow()
DUserSwitcherController.java90 filter.addAction(Intent.ACTION_USER_SWITCHED); in UserSwitcherController()
299 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.java140 filter.addAction(Intent.ACTION_USER_SWITCHED); in init()
211 } else if (Intent.ACTION_USER_SWITCHED.equals(action)) { in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DScreenPinningRequest.java180 filter.addAction(Intent.ACTION_USER_SWITCHED); in onAttachedToWindow()
275 } else if (intent.getAction().equals(Intent.ACTION_USER_SWITCHED)
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbService.java109 userFilter.addAction(Intent.ACTION_USER_SWITCHED); in UsbService()
119 if (Intent.ACTION_USER_SWITCHED.equals(action)) {
DUsbDeviceManager.java387 mUserSwitchedReceiver, new IntentFilter(Intent.ACTION_USER_SWITCHED)); in UsbHandler()
/frameworks/base/services/core/java/com/android/server/
DServiceWatcher.java136 intentFilter.addAction(Intent.ACTION_USER_SWITCHED); in start()
141 if (Intent.ACTION_USER_SWITCHED.equals(action)) { in start()
DVibratorService.java193 }, new IntentFilter(Intent.ACTION_USER_SWITCHED), null, mH); in systemReady()
DBluetoothManagerService.java197 } else if (Intent.ACTION_USER_SWITCHED.equals(action)) {
237 filter.addAction(Intent.ACTION_USER_SWITCHED); in BluetoothManagerService()
DTelephonyRegistry.java247 if (Intent.ACTION_USER_SWITCHED.equals(action)) {
333 filter.addAction(Intent.ACTION_USER_SWITCHED); in systemRunning()
DLocationManagerService.java282 intentFilter.addAction(Intent.ACTION_USER_SWITCHED); in systemRunning()
290 if (Intent.ACTION_USER_SWITCHED.equals(action)) { in systemRunning()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java103 else if (action.equals(Intent.ACTION_USER_SWITCHED)) {
125 filter.addAction(Intent.ACTION_USER_SWITCHED); in PhoneStatusBarPolicy()
/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.java371 if (Intent.ACTION_USER_SWITCHED.equals(action)) {
605 filter.addAction(Intent.ACTION_USER_SWITCHED); in start()
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java247 intentFilter.addAction(Intent.ACTION_USER_SWITCHED); in registerBroadcastReceivers()
253 if (Intent.ACTION_USER_SWITCHED.equals(action)) { in registerBroadcastReceivers()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java298 }, new IntentFilter(Intent.ACTION_USER_SWITCHED), null, mHandler); in start()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java785 } else if (action.equals(Intent.ACTION_USER_SWITCHED)) {
946 filter.addAction(Intent.ACTION_USER_SWITCHED); in onStart()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java352 intentFilter.addAction(Intent.ACTION_USER_SWITCHED); in registerBroadcastReceivers()
360 if (Intent.ACTION_USER_SWITCHED.equals(action)) { in registerBroadcastReceivers()

12