Advertisement
Guest User

Untitled

a guest
Jan 27th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.05 KB | None | 0 0
  1. services/accessibility/java/com/android/server/accessibility/AccessibilityManagerService.java: intentFilter.addAction(Intent.ACTION_USER_SWITCHED);
  2. services/accessibility/java/com/android/server/accessibility/AccessibilityManagerService.java: if (Intent.ACTION_USER_SWITCHED.equals(action)) {
  3. services/core/java/com/android/server/am/ActivityManagerService.java: intent = new Intent(Intent.ACTION_USER_SWITCHED);
  4. services/core/java/com/android/server/TelephonyRegistry.java: if (Intent.ACTION_USER_SWITCHED.equals(action)) {
  5. services/core/java/com/android/server/TelephonyRegistry.java: filter.addAction(Intent.ACTION_USER_SWITCHED);
  6. services/core/java/com/android/server/BluetoothManagerService.java: } else if (Intent.ACTION_USER_SWITCHED.equals(action)) {
  7. services/core/java/com/android/server/BluetoothManagerService.java: filter.addAction(Intent.ACTION_USER_SWITCHED);
  8. services/core/java/com/android/server/media/MediaRouterService.java: IntentFilter filter = new IntentFilter(Intent.ACTION_USER_SWITCHED);
  9. services/core/java/com/android/server/media/MediaRouterService.java: if (intent.getAction().equals(Intent.ACTION_USER_SWITCHED)) {
  10. services/core/java/com/android/server/LocationManagerService.java: intentFilter.addAction(Intent.ACTION_USER_SWITCHED);
  11. services/core/java/com/android/server/LocationManagerService.java: if (Intent.ACTION_USER_SWITCHED.equals(action)) {
  12. services/core/java/com/android/server/dreams/DreamManagerService.java: }, new IntentFilter(Intent.ACTION_USER_SWITCHED), null, mHandler);
  13. services/core/java/com/android/server/notification/NotificationManagerService.java: } else if (action.equals(Intent.ACTION_USER_SWITCHED)) {
  14. services/core/java/com/android/server/notification/NotificationManagerService.java: filter.addAction(Intent.ACTION_USER_SWITCHED);
  15. services/core/java/com/android/server/tv/TvInputManagerService.java: intentFilter.addAction(Intent.ACTION_USER_SWITCHED);
  16. services/core/java/com/android/server/tv/TvInputManagerService.java: if (Intent.ACTION_USER_SWITCHED.equals(action)) {
  17. services/core/java/com/android/server/ServiceWatcher.java: intentFilter.addAction(Intent.ACTION_USER_SWITCHED);
  18. services/core/java/com/android/server/ServiceWatcher.java: if (Intent.ACTION_USER_SWITCHED.equals(action)) {
  19. services/core/java/com/android/server/VibratorService.java: }, new IntentFilter(Intent.ACTION_USER_SWITCHED), null, mH);
  20. services/core/java/com/android/server/power/PowerManagerService.java: filter.addAction(Intent.ACTION_USER_SWITCHED);
  21. services/core/java/com/android/server/input/InputManagerService.java: }, new IntentFilter(Intent.ACTION_USER_SWITCHED), null, mHandler);
  22. services/usb/java/com/android/server/usb/UsbDeviceManager.java: mUserSwitchedReceiver, new IntentFilter(Intent.ACTION_USER_SWITCHED));
  23. services/usb/java/com/android/server/usb/UsbService.java: userFilter.addAction(Intent.ACTION_USER_SWITCHED);
  24. services/usb/java/com/android/server/usb/UsbService.java: if (Intent.ACTION_USER_SWITCHED.equals(action)) {
  25. media/java/android/media/AudioService.java: intentFilter.addAction(Intent.ACTION_USER_SWITCHED);
  26. media/java/android/media/AudioService.java: } else if (action.equals(Intent.ACTION_USER_SWITCHED)) {
  27. policy/src/com/android/internal/policy/impl/PhoneWindowManager.java: filter = new IntentFilter(Intent.ACTION_USER_SWITCHED);
  28. policy/src/com/android/internal/policy/impl/PhoneWindowManager.java: if (Intent.ACTION_USER_SWITCHED.equals(intent.getAction())) {
  29. packages/FusedLocation/src/com/android/location/fused/FusedLocationProvider.java: intentFilter.addAction(Intent.ACTION_USER_SWITCHED);
  30. packages/FusedLocation/src/com/android/location/fused/FusedLocationProvider.java: if (Intent.ACTION_USER_SWITCHED.equals(action)) {
  31. packages/SystemUI/src/com/android/systemui/GuestResumeSessionReceiver.java: IntentFilter f = new IntentFilter(Intent.ACTION_USER_SWITCHED);
  32. packages/SystemUI/src/com/android/systemui/GuestResumeSessionReceiver.java: if (Intent.ACTION_USER_SWITCHED.equals(action)) {
  33. packages/SystemUI/src/com/android/systemui/settings/CurrentUserTracker.java: if (Intent.ACTION_USER_SWITCHED.equals(intent.getAction())) {
  34. packages/SystemUI/src/com/android/systemui/settings/CurrentUserTracker.java: IntentFilter filter = new IntentFilter(Intent.ACTION_USER_SWITCHED);
  35. packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java: else if (action.equals(Intent.ACTION_USER_SWITCHED)) {
  36. packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java: filter.addAction(Intent.ACTION_USER_SWITCHED);
  37. packages/SystemUI/src/com/android/systemui/statusbar/policy/UserSwitcherController.java: filter.addAction(Intent.ACTION_USER_SWITCHED);
  38. packages/SystemUI/src/com/android/systemui/statusbar/policy/UserSwitcherController.java: if (Intent.ACTION_USER_SWITCHED.equals(intent.getAction())) {
  39. packages/SystemUI/src/com/android/systemui/statusbar/policy/NextAlarmController.java: filter.addAction(Intent.ACTION_USER_SWITCHED);
  40. packages/SystemUI/src/com/android/systemui/statusbar/policy/NextAlarmController.java: if (action.equals(Intent.ACTION_USER_SWITCHED)
  41. packages/SystemUI/src/com/android/systemui/statusbar/policy/UserInfoController.java: filter.addAction(Intent.ACTION_USER_SWITCHED);
  42. packages/SystemUI/src/com/android/systemui/statusbar/policy/UserInfoController.java: if (Intent.ACTION_USER_SWITCHED.equals(action)) {
  43. packages/SystemUI/src/com/android/systemui/statusbar/policy/Clock.java: filter.addAction(Intent.ACTION_USER_SWITCHED);
  44. packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java: if (Intent.ACTION_USER_SWITCHED.equals(action)) {
  45. packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java: filter.addAction(Intent.ACTION_USER_SWITCHED);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement