Searched refs:ACTION_USER_STOPPING (Results 1 – 6 of 6) sorted by relevance
91 filter.addAction(Intent.ACTION_USER_STOPPING); in UserSwitcherController()
498 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()
715 intentFilter.addAction(Intent.ACTION_USER_STOPPING); in ConnectivityService()3223 } else if (Intent.ACTION_USER_STOPPING.equals(action)) {
2539 public static final String ACTION_USER_STOPPING = field in Intent
18798 final Intent stoppingIntent = new Intent(Intent.ACTION_USER_STOPPING);