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

  /frameworks/base/services/java/com/android/server/
AppWidgetService.java 107 userFilter.addAction(Intent.ACTION_USER_STOPPING);
114 } else if (Intent.ACTION_USER_STOPPING.equals(intent.getAction())) {
WallpaperManagerService.java 472 userFilter.addAction(Intent.ACTION_USER_STOPPING);
483 // else if (Intent.ACTION_USER_STOPPING.equals(action)) {
    [all...]
ConnectivityService.java 652 intentFilter.addAction(Intent.ACTION_USER_STOPPING);
    [all...]
  /frameworks/base/services/java/com/android/server/content/
SyncManager.java 353 } else if (Intent.ACTION_USER_STOPPING.equals(action)) {
438 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 1104 milliseconds