Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
H A DWindowPerfRunPreconditionBase.java122 PhoneWindow.sendCloseSystemWindows(mContext, mTag); in testRunStarted()
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java1107 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_GLOBAL_ACTIONS); in powerLongPress()
3088 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_ASSIST);
4137 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_ASSIST); in launchVoiceAssistWithWakeLock()
4665 void sendCloseSystemWindows() { in sendCloseSystemWindows() method
4666 PhoneWindow.sendCloseSystemWindows(mContext, null); in sendCloseSystemWindows()
4669 void sendCloseSystemWindows(String reason) { in sendCloseSystemWindows() method
4670 PhoneWindow.sendCloseSystemWindows(mContext, reason); in sendCloseSystemWindows()
5072 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_HOME_KEY); in startDockOrHome()
5131 sendCloseSystemWindows(); in goHome()
/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java3780 void sendCloseSystemWindows() {
3781 sendCloseSystemWindows(getContext(), null);
3784 void sendCloseSystemWindows(String reason) {
3785 sendCloseSystemWindows(getContext(), reason);
3788 public static void sendCloseSystemWindows(Context context, String reason) {
/aosp12/frameworks/base/services/
H A Dart-profile35469 HPLcom/android/server/policy/PhoneWindowManager;->sendCloseSystemWindows(Ljava/lang/String;)V