Searched refs:TestDialog (Results 1 – 3 of 3) sorted by relevance
31 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 …]
31 public class TestDialog extends Dialog { class86 public TestDialog(Context context) { in TestDialog() method in TestDialog90 public TestDialog(Context context, int theme) { in TestDialog() method in TestDialog94 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()