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