Searched refs:ACTION_CLOSE_SYSTEM_DIALOGS (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DRecentApplicationsDialog.java55 IntentFilter mBroadcastIntentFilter = new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS);
256 * This is the listener for the ACTION_CLOSE_SYSTEM_DIALOGS intent. It's an indication that
264 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)) {
H A DGlobalActions.java87 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS);
526 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)
/frameworks/base/services/java/com/android/server/
H A DStatusBarManagerService.java453 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)
H A DInputMethodManagerService.java318 } else if (intent.getAction().equals(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)) {
466 screenOnOffFilt.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarService.java320 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS);
1441 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)
/frameworks/base/core/java/android/content/
H A DIntent.java1244 public static final String ACTION_CLOSE_SYSTEM_DIALOGS = "android.intent.action.CLOSE_SYSTEM_DIALOGS"; field in class:Intent
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java3135 Intent intent = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS);

Completed in 138 milliseconds