Searched refs:ACTION_SHUTDOWN (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DEntropyMixer.java115 IntentFilter broadcastFilter = new IntentFilter(Intent.ACTION_SHUTDOWN);
H A DLocationManagerService.java313 intentFilter.addAction(Intent.ACTION_SHUTDOWN);
324 } else if (Intent.ACTION_SHUTDOWN.equals(action)) {
/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java388 Intent intent = new Intent(Intent.ACTION_SHUTDOWN);
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsService.java24 import static android.content.Intent.ACTION_SHUTDOWN;
358 final IntentFilter shutdownFilter = new IntentFilter(ACTION_SHUTDOWN);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java113 // Intent.ACTION_SHUTDOWN.
168 case Intent.ACTION_SHUTDOWN:
422 filter.addAction(Intent.ACTION_SHUTDOWN);
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java944 final IntentFilter shutdownFilter = new IntentFilter(Intent.ACTION_SHUTDOWN);
948 if (Intent.ACTION_SHUTDOWN.equals(intent.getAction())) {
/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java518 // once that is done send a final ACTION_SHUTDOWN and then
552 final Intent shutdownIntent = new Intent(Intent.ACTION_SHUTDOWN);
843 // If we are stopping, we haven't sent ACTION_SHUTDOWN,
851 // This means ACTION_SHUTDOWN has been sent, so we will
H A DActivityManagerService.java13032 Intent intent = new Intent(Intent.ACTION_SHUTDOWN);
17889 && !Intent.ACTION_SHUTDOWN.equals(intent.getAction())) {
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkStatsServiceTest.java335 mServiceContext.sendBroadcast(new Intent(Intent.ACTION_SHUTDOWN));
/frameworks/base/core/java/android/content/
H A DIntent.java547 * <li> {@link #ACTION_SHUTDOWN}
2367 public static final String ACTION_SHUTDOWN = "android.intent.action.ACTION_SHUTDOWN"; field in class:Intent
4126 * Optional extra for {@link #ACTION_SHUTDOWN} that allows the sender to qualify that
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java560 intentFilter = new IntentFilter(Intent.ACTION_SHUTDOWN);

Completed in 3278 milliseconds