Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DDialogTest.java31 import android.app.stubs.TestDialog;
192 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnStartCreateStop()
205 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnStartCreateStopEsc()
272 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnSaveInstanceState()
282 TestDialog.onRestoreInstanceStateObserver.startObserving(); in testOnSaveInstanceState()
285 TestDialog.onRestoreInstanceStateObserver.await(); in testOnSaveInstanceState()
292 final TestDialog d = (TestDialog) mActivity.getDialog(); in testGetCurrentFocus()
437 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnKeyDownKeyUp()
457 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnKeyMultiple()
482 final TestDialog d = (TestDialog) mActivity.getDialog(); in testTouchEvent()
[all …]
/cts/tests/app/app/src/android/app/stubs/
DTestDialog.java31 public class TestDialog extends Dialog { class
86 public TestDialog(Context context) { in TestDialog() method in TestDialog
90 public TestDialog(Context context, int theme) { in TestDialog() method in TestDialog
94 public TestDialog(Context context, boolean cancelable, OnCancelListener cancelListener) { in TestDialog() method in TestDialog
DDialogStubActivity.java161 mDialog = new TestDialog(this); in onCreateDialog()
221 mDialog = new TestDialog(this, true, new OnCancelListener() { in onCreateDialog()
228 mDialog = new TestDialog(this, false, new OnCancelListener() { in onCreateDialog()