Searched refs:startDialogActivity (Results 1 – 3 of 3) sorted by relevance
70 protected void startDialogActivity(int dialogNumber) { in startDialogActivity() method in AlertDialogTest71 mScenario = DialogStubActivity.startDialogActivity( in startDialogActivity()87 startDialogActivity(index); in doTestAlertDialog()125 startDialogActivity(useDeprecatedAPIs in testAlertDialogAPIWithMessage()179 startDialogActivity(DialogStubActivity.TEST_CUSTOM_ALERTDIALOG); in testCustomAlertDialog()185 startDialogActivity(DialogStubActivity.TEST_CUSTOM_ALERTDIALOG_VIEW); in testCustomAlertDialogView()191 startDialogActivity(DialogStubActivity.TEST_ALERTDIALOG_CALLBACK); in testCallback()202 startDialogActivity(DialogStubActivity.TEST_ALERTDIALOG_THEME); in testAlertDialogTheme()208 startDialogActivity(DialogStubActivity.TEST_ALERTDIALOG_CANCELABLE); in testAlertDialogCancelable()217 startDialogActivity(DialogStubActivity.TEST_ALERTDIALOG_NOT_CANCELABLE); in testAlertDialogNotCancelable()[all …]
109 private void startDialogActivity(int dialogNumber) { in startDialogActivity() method in DialogTest110 mScenario = DialogStubActivity.startDialogActivity( in startDialogActivity()139 startDialogActivity(DialogStubActivity.TEST_PROTECTED_CANCELABLE); in testConstructor_protectedCancellable()147 startDialogActivity(DialogStubActivity.TEST_PROTECTED_NOT_CANCELABLE); in testConstructor_protectedNotCancellable()155 startDialogActivity(DialogStubActivity.TEST_PROTECTED_CANCELABLE); in testConstructor_protectedCancellableEsc()164 startDialogActivity(DialogStubActivity.TEST_PROTECTED_NOT_CANCELABLE); in testConstructor_protectedNotCancellableEsc()194 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnStartCreateStop()208 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnStartCreateStopEsc()221 startDialogActivity(DialogStubActivity.TEST_DIALOG_WITHOUT_THEME); in testAccessOwnerActivity()244 startDialogActivity(DialogStubActivity.TEST_DIALOG_WITHOUT_THEME); in testShow()[all …]
320 public static ActivityScenario<DialogStubActivity> startDialogActivity( in startDialogActivity() method in DialogStubActivity