Searched refs:ACTION_USER_STOPPED (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/com/android/internal/content/
H A DPackageMonitor.java49 sNonDataFilt.addAction(Intent.ACTION_USER_STOPPED);
371 } else if (Intent.ACTION_USER_STOPPED.equals(action)) {
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbService.java127 filter.addAction(Intent.ACTION_USER_STOPPED);
139 } else if (Intent.ACTION_USER_STOPPED.equals(action)) {
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java544 userFilter.addAction(Intent.ACTION_USER_STOPPED);
557 case Intent.ACTION_USER_STOPPED: {
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java2453 sdFilter.addAction(Intent.ACTION_USER_STOPPED);
2474 } else if (Intent.ACTION_USER_STOPPED.equals(action)) {
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java148 } else if (Intent.ACTION_USER_STOPPED.equals(action)) {
252 userFilter.addAction(Intent.ACTION_USER_STOPPED);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java769 } else if (action.equals(Intent.ACTION_USER_STOPPED)) {
951 filter.addAction(Intent.ACTION_USER_STOPPED);
/frameworks/base/core/java/android/content/
H A DIntent.java2764 public static final String ACTION_USER_STOPPED = field in class:Intent
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java5482 Intent intent = new Intent(Intent.ACTION_USER_STOPPED);

Completed in 643 milliseconds