Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWarnings.java442 private static final int MSG_SHOW_UNSUPPORTED_DISPLAY_SIZE_DIALOG = 1; field in AppWarnings.UiHandler
456 case MSG_SHOW_UNSUPPORTED_DISPLAY_SIZE_DIALOG: { in handleMessage()
483 removeMessages(MSG_SHOW_UNSUPPORTED_DISPLAY_SIZE_DIALOG); in showUnsupportedDisplaySizeDialog()
484 obtainMessage(MSG_SHOW_UNSUPPORTED_DISPLAY_SIZE_DIALOG, r).sendToTarget(); in showUnsupportedDisplaySizeDialog()