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;
195 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnStartCreateStop()
209 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnStartCreateStopEsc()
270 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnSaveInstanceState()
273 TestDialog.onRestoreInstanceStateObserver.startObserving(); in testOnSaveInstanceState()
276 TestDialog.onRestoreInstanceStateObserver.await(); in testOnSaveInstanceState()
282 final TestDialog d = (TestDialog) mActivity.getDialog(); in testGetCurrentFocus()
415 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnKeyDownKeyUp()
435 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnKeyMultiple()
463 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
89 public TestDialog(Context context) { in TestDialog() method in TestDialog
93 public TestDialog(Context context, int theme) { in TestDialog() method in TestDialog
97 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()