Home
last modified time | relevance | path

Searched refs:ACTION_USER_STOPPING (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DUserSwitcherController.java91 filter.addAction(Intent.ACTION_USER_STOPPING); in UserSwitcherController()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java509 userFilter.addAction(Intent.ACTION_USER_STOPPING); in systemRunning()
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java347 } else if (Intent.ACTION_USER_STOPPING.equals(action)) {
435 intentFilter.addAction(Intent.ACTION_USER_STOPPING); in SyncManager()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java722 intentFilter.addAction(Intent.ACTION_USER_STOPPING); in ConnectivityService()
3389 } else if (Intent.ACTION_USER_STOPPING.equals(action)) {
/frameworks/base/core/java/android/content/
DIntent.java2594 public static final String ACTION_USER_STOPPING = field in Intent
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java19352 final Intent stoppingIntent = new Intent(Intent.ACTION_USER_STOPPING); in stopUserLocked()