Searched refs:ACTION_CLOSE_SYSTEM_DIALOGS (Results 1 – 10 of 10) sorted by relevance
56 IntentFilter mBroadcastIntentFilter = new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS);355 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)) {
84 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in GlobalActions()516 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)
137 IntentFilter filter = new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in CloseDialogReceiver()
579 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)
377 } else if (intent.getAction().equals(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)) { in onReceive()548 screenOnOffFilt.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in InputMethodManagerService()
366 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)) {
1365 …public static final String ACTION_CLOSE_SYSTEM_DIALOGS = "android.intent.action.CLOSE_SYSTEM_DIALO… field in Intent
3199 Intent intent = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in closeSystemDialogs()
5412 …field public static final java.lang.String ACTION_CLOSE_SYSTEM_DIALOGS = "android.intent.action.CL…