Home
last modified time | relevance | path

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

/cts/tests/src/android/app/cts/
DDialogStubActivity.java126 mDialog = getCustomAlertDialogInstance(false); in onCreateDialog()
130 mDialog = getCustomAlertDialogInstance(true); in onCreateDialog()
266 private AlertDialog getCustomAlertDialogInstance(boolean withSpacing) { in getCustomAlertDialogInstance() method in DialogStubActivity