Searched refs:startDialogActivity (Results 1 – 3 of 3) sorted by relevance
71 protected void startDialogActivity(int dialogNumber) { in startDialogActivity() method in AlertDialogTest72 mScenario = DialogStubActivity.startDialogActivity( in startDialogActivity()88 startDialogActivity(index); in doTestAlertDialog()126 startDialogActivity(useDeprecatedAPIs in testAlertDialogAPIWithMessage()180 startDialogActivity(DialogStubActivity.TEST_CUSTOM_ALERTDIALOG); in testCustomAlertDialog()186 startDialogActivity(DialogStubActivity.TEST_CUSTOM_ALERTDIALOG_VIEW); in testCustomAlertDialogView()192 startDialogActivity(DialogStubActivity.TEST_ALERTDIALOG_CALLBACK); in testCallback()203 startDialogActivity(DialogStubActivity.TEST_ALERTDIALOG_THEME); in testAlertDialogTheme()209 startDialogActivity(DialogStubActivity.TEST_ALERTDIALOG_CANCELABLE); in testAlertDialogCancelable()218 startDialogActivity(DialogStubActivity.TEST_ALERTDIALOG_NOT_CANCELABLE); in testAlertDialogNotCancelable()[all …]
110 private void startDialogActivity(int dialogNumber) { in startDialogActivity() method in DialogTest111 mScenario = DialogStubActivity.startDialogActivity( in startDialogActivity()140 startDialogActivity(DialogStubActivity.TEST_PROTECTED_CANCELABLE); in testConstructor_protectedCancellable()148 startDialogActivity(DialogStubActivity.TEST_PROTECTED_NOT_CANCELABLE); in testConstructor_protectedNotCancellable()156 startDialogActivity(DialogStubActivity.TEST_PROTECTED_CANCELABLE); in testConstructor_protectedCancellableEsc()165 startDialogActivity(DialogStubActivity.TEST_PROTECTED_NOT_CANCELABLE); in testConstructor_protectedNotCancellableEsc()195 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnStartCreateStop()209 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnStartCreateStopEsc()222 startDialogActivity(DialogStubActivity.TEST_DIALOG_WITHOUT_THEME); in testAccessOwnerActivity()245 startDialogActivity(DialogStubActivity.TEST_DIALOG_WITHOUT_THEME); in testShow()[all …]
320 public static ActivityScenario<DialogStubActivity> startDialogActivity( in startDialogActivity() method in DialogStubActivity