Searched defs:sendCloseSystemWindows (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneFallbackEventHandler.java128 sendCloseSystemWindows();
151 sendCloseSystemWindows();
182 sendCloseSystemWindows();
270 sendCloseSystemWindows();
309 void sendCloseSystemWindows() { method in class:PhoneFallbackEventHandler
310 PhoneWindow.sendCloseSystemWindows(mContext, null);
H A DPhoneWindow.java3141 sendCloseSystemWindows("search");
3768 void sendCloseSystemWindows() { method in class:PhoneWindow
3769 sendCloseSystemWindows(getContext(), null);
3772 void sendCloseSystemWindows(String reason) { method in class:PhoneWindow
3773 sendCloseSystemWindows(getContext(), reason);
3776 public static void sendCloseSystemWindows(Context context, String reason) { method in class:PhoneWindow
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DSystemServicesProxy.java812 public void sendCloseSystemWindows(String reason) { method in class:SystemServicesProxy
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java6644 protected void sendCloseSystemWindows(String reason) { method in class:StatusBar
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java1543 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_GLOBAL_ACTIONS);
1692 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_GLOBAL_ACTIONS);
4027 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_ASSIST);
4046 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_ASSIST);
4178 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_HOME_KEY);
4200 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_HOME_KEY);
7067 void sendCloseSystemWindows() { method in class:PhoneWindowManager
7068 PhoneWindow.sendCloseSystemWindows(mContext, null);
7071 void sendCloseSystemWindows(String reason) { method in class:PhoneWindowManager
7072 PhoneWindow.sendCloseSystemWindows(mContex
[all...]

Completed in 2272 milliseconds