Searched refs:sendCloseSystemWindows (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneFallbackEventHandler.java127 sendCloseSystemWindows();
150 sendCloseSystemWindows();
180 sendCloseSystemWindows();
267 sendCloseSystemWindows();
306 void sendCloseSystemWindows() { method in class:PhoneFallbackEventHandler
307 PhoneWindow.sendCloseSystemWindows(mContext, null);
H A DPhoneWindow.java4434 sendCloseSystemWindows("search");
5059 void sendCloseSystemWindows() { method in class:PhoneWindow
5060 sendCloseSystemWindows(getContext(), null);
5063 void sendCloseSystemWindows(String reason) { method in class:PhoneWindow
5064 sendCloseSystemWindows(getContext(), reason);
5067 public static void sendCloseSystemWindows(Context context, String reason) { method in class:PhoneWindow
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java1127 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_GLOBAL_ACTIONS);
1215 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_GLOBAL_ACTIONS);
3123 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_ASSIST);
3142 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_ASSIST);
3296 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_HOME_KEY);
3315 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_HOME_KEY);
3319 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_HOME_KEY);
5802 void sendCloseSystemWindows() { method in class:PhoneWindowManager
5803 PhoneWindow.sendCloseSystemWindows(mContext, null);
5806 void sendCloseSystemWindows(Strin method in class:PhoneWindowManager
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java1084 static void sendCloseSystemWindows(Context context, String reason) { method in class:BaseStatusBar
1119 sendCloseSystemWindows(mContext, SYSTEM_DIALOG_REASON_RECENT_APPS);
1132 sendCloseSystemWindows(mContext, SYSTEM_DIALOG_REASON_RECENT_APPS);

Completed in 1422 milliseconds