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.java22 import android.app.stubs.TestDialog;
186 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnStartCreateStop()
199 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnStartCreateStopEsc()
266 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnSaveInstanceState()
276 TestDialog.onRestoreInstanceStateObserver.startObserving(); in testOnSaveInstanceState()
279 TestDialog.onRestoreInstanceStateObserver.await(); in testOnSaveInstanceState()
285 final TestDialog d = (TestDialog) mActivity.getDialog(); in testGetCurrentFocus()
430 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnKeyDownKeyUp()
450 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnKeyMultiple()
475 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
87 public TestDialog(Context context) { in TestDialog() method in TestDialog
91 public TestDialog(Context context, int theme) { in TestDialog() method in TestDialog
95 public TestDialog(Context context, boolean cancelable, OnCancelListener cancelListener) { in TestDialog() method in TestDialog
DDialogStubActivity.java160 mDialog = new TestDialog(this); in onCreateDialog()
220 mDialog = new TestDialog(this, true, new OnCancelListener() { in onCreateDialog()
227 mDialog = new TestDialog(this, false, new OnCancelListener() { in onCreateDialog()