Searched refs:MSG_SHOW_UNSUPPORTED_DISPLAY_SIZE_DIALOG (Results 1 – 1 of 1) sorted by relevance
442 private static final int MSG_SHOW_UNSUPPORTED_DISPLAY_SIZE_DIALOG = 1; field in AppWarnings.UiHandler456 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()