Searched refs:ACTION_USER_STOPPED (Results 1 – 6 of 6) sorted by relevance
86 userFilter.addAction(Intent.ACTION_USER_STOPPED); in UsbService()97 } else if (Intent.ACTION_USER_STOPPED.equals(action)) {
53 sNonDataFilt.addAction(Intent.ACTION_USER_STOPPED);379 } else if (Intent.ACTION_USER_STOPPED.equals(action)) { in onReceive()
994 sdFilter.addAction(Intent.ACTION_USER_STOPPED); in UninstallReceiver()1014 } else if (Intent.ACTION_USER_STOPPED.equals(action)) { in onReceive()
1207 } else if (action.equals(Intent.ACTION_USER_STOPPED)) {1331 filter.addAction(Intent.ACTION_USER_STOPPED); in NotificationManagerService()
2546 public static final String ACTION_USER_STOPPED = field in Intent
3825 Intent intent = new Intent(Intent.ACTION_USER_STOPPED); in forceStopUserLocked()