Searched refs:ACTION_USER_STOPPING (Results 1 – 5 of 5) sorted by relevance
109 userFilter.addAction(Intent.ACTION_USER_STOPPING); in systemReady()116 } else if (Intent.ACTION_USER_STOPPING.equals(intent.getAction())) { in systemReady()
461 userFilter.addAction(Intent.ACTION_USER_STOPPING); in systemReady()
342 } else if (Intent.ACTION_USER_STOPPING.equals(action)) {426 intentFilter.addAction(Intent.ACTION_USER_STOPPING); in SyncManager()
2534 public static final String ACTION_USER_STOPPING = field in Intent
14824 final Intent stoppingIntent = new Intent(Intent.ACTION_USER_STOPPING); in stopUserLocked()