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

/frameworks/base/services/core/java/com/android/server/
H A DEntropyMixer.java118 IntentFilter broadcastFilter = new IntentFilter(Intent.ACTION_SHUTDOWN);
H A DLocationManagerService.java392 intentFilter.addAction(Intent.ACTION_SHUTDOWN);
403 } else if (Intent.ACTION_SHUTDOWN.equals(action)) {
/frameworks/base/services/core/java/com/android/server/display/
H A DBrightnessTracker.java198 intentFilter.addAction(Intent.ACTION_SHUTDOWN);
798 if (Intent.ACTION_SHUTDOWN.equals(action)) {
/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java453 Intent intent = new Intent(Intent.ACTION_SHUTDOWN);
/frameworks/base/services/core/java/com/android/server/stats/
H A DStatsCompanionService.java417 && !(intent.getAction().equals(Intent.ACTION_SHUTDOWN)
1105 filter.addAction(Intent.ACTION_SHUTDOWN);
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java696 filter.addAction(Intent.ACTION_SHUTDOWN);
1508 if (Intent.ACTION_SHUTDOWN.equals(intent.getAction())) {
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java107 // Intent.ACTION_SHUTDOWN.
163 case Intent.ACTION_SHUTDOWN:
417 filter.addAction(Intent.ACTION_SHUTDOWN);
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsService.java22 import static android.content.Intent.ACTION_SHUTDOWN;
413 final IntentFilter shutdownFilter = new IntentFilter(ACTION_SHUTDOWN);
/frameworks/base/tests/net/java/com/android/server/net/
H A DNetworkStatsServiceTest.java337 mServiceContext.sendBroadcast(new Intent(Intent.ACTION_SHUTDOWN));
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java1372 final IntentFilter shutdownFilter = new IntentFilter(Intent.ACTION_SHUTDOWN);
1376 if (Intent.ACTION_SHUTDOWN.equals(intent.getAction())) {
/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastQueue.java1293 if (!skip && !Intent.ACTION_SHUTDOWN.equals(r.intent.getAction())
H A DUserController.java657 // once that is done send a final ACTION_SHUTDOWN and then
685 final Intent shutdownIntent = new Intent(Intent.ACTION_SHUTDOWN);
1012 // If we are stopping, we haven't sent ACTION_SHUTDOWN,
1022 // This means ACTION_SHUTDOWN has been sent, so we will
H A DActivityManagerService.java14930 Intent intent = new Intent(Intent.ACTION_SHUTDOWN);
21243 && !Intent.ACTION_SHUTDOWN.equals(intent.getAction())) {
[all...]
/frameworks/base/core/java/android/content/
H A DIntent.java556 * <li> {@link #ACTION_SHUTDOWN}
2625 public static final String ACTION_SHUTDOWN = "android.intent.action.ACTION_SHUTDOWN"; field in class:Intent
5069 * 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.java654 intentFilter = new IntentFilter(Intent.ACTION_SHUTDOWN);

Completed in 602 milliseconds