Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DDialogStubActivity.java127 mDialog = getCustomAlertDialogInstance(false); in onCreateDialog()
131 mDialog = getCustomAlertDialogInstance(true); in onCreateDialog()
291 private AlertDialog getCustomAlertDialogInstance(boolean withSpacing) { in getCustomAlertDialogInstance() method in DialogStubActivity