Searched refs:ACTION_USER_STOPPING (Results 1 – 6 of 6) sorted by relevance
91 filter.addAction(Intent.ACTION_USER_STOPPING); in UserSwitcherController()
509 userFilter.addAction(Intent.ACTION_USER_STOPPING); in systemRunning()
347 } else if (Intent.ACTION_USER_STOPPING.equals(action)) {435 intentFilter.addAction(Intent.ACTION_USER_STOPPING); in SyncManager()
722 intentFilter.addAction(Intent.ACTION_USER_STOPPING); in ConnectivityService()3389 } else if (Intent.ACTION_USER_STOPPING.equals(action)) {
2594 public static final String ACTION_USER_STOPPING = field in Intent
19352 final Intent stoppingIntent = new Intent(Intent.ACTION_USER_STOPPING); in stopUserLocked()