Home
last modified time | relevance | path

Searched refs:ACTION_CLOSE_SYSTEM_DIALOGS (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
DRecentApplicationsDialog.java56 IntentFilter mBroadcastIntentFilter = new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS);
355 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)) {
DGlobalActions.java84 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in GlobalActions()
516 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)
/frameworks/base/core/java/com/android/internal/app/
DShutdownThread.java137 IntentFilter filter = new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in CloseDialogReceiver()
/frameworks/base/services/java/com/android/server/
DStatusBarManagerService.java579 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)
DInputMethodManagerService.java377 } else if (intent.getAction().equals(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)) { in onReceive()
548 screenOnOffFilt.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in InputMethodManagerService()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java366 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in makeStatusBarView()
2161 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)
2164 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)) {
/frameworks/base/core/java/android/content/
DIntent.java1365 …public static final String ACTION_CLOSE_SYSTEM_DIALOGS = "android.intent.action.CLOSE_SYSTEM_DIALO… field in Intent
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java3199 Intent intent = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in closeSystemDialogs()
/frameworks/base/api/
Dcurrent.txt5412 …field public static final java.lang.String ACTION_CLOSE_SYSTEM_DIALOGS = "android.intent.action.CL…
D14.txt5412 …field public static final java.lang.String ACTION_CLOSE_SYSTEM_DIALOGS = "android.intent.action.CL…