Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppWarnings.java644 private static final int MSG_SHOW_UNSUPPORTED_DISPLAY_SIZE_DIALOG = 1; field in AppWarnings.UiHandler
658 case MSG_SHOW_UNSUPPORTED_DISPLAY_SIZE_DIALOG: { in handleMessage()
686 removeMessages(MSG_SHOW_UNSUPPORTED_DISPLAY_SIZE_DIALOG); in showUnsupportedDisplaySizeDialog()
687 obtainMessage(MSG_SHOW_UNSUPPORTED_DISPLAY_SIZE_DIALOG, r).sendToTarget(); in showUnsupportedDisplaySizeDialog()