Searched refs:TestDialog (Results 1 – 3 of 3) sorted by relevance
31 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 …]
31 public class TestDialog extends Dialog { class89 public TestDialog(Context context) { in TestDialog() method in TestDialog93 public TestDialog(Context context, int theme) { in TestDialog() method in TestDialog97 public TestDialog(Context context, boolean cancelable, OnCancelListener cancelListener) { in TestDialog() method in TestDialog
161 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()