Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DDialogStubActivity.java73 public static final String DEFAULT_ALERTDIALOG_TITLE = "AlertDialog"; field in DialogStubActivity
265 mAlertDialog.setTitle(DEFAULT_ALERTDIALOG_TITLE); in getAlertDialogInstance()