Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DUserController.java902 final Intent stoppingIntent = new Intent(Intent.ACTION_USER_STOPPING);
/frameworks/base/core/java/android/content/
DIntent.java3647 public static final String ACTION_USER_STOPPING = field in Intent