HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_USER_STOPPING (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/java/com/android/server/
AppWidgetService.java 109 userFilter.addAction(Intent.ACTION_USER_STOPPING);
116 } else if (Intent.ACTION_USER_STOPPING.equals(intent.getAction())) {
WallpaperManagerService.java 461 userFilter.addAction(Intent.ACTION_USER_STOPPING);
472 // else if (Intent.ACTION_USER_STOPPING.equals(action)) {
    [all...]
  /frameworks/base/services/java/com/android/server/content/
SyncManager.java 342 } else if (Intent.ACTION_USER_STOPPING.equals(action)) {
426 intentFilter.addAction(Intent.ACTION_USER_STOPPING);
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 285 milliseconds