Searched refs:TestDialog (Results 1 – 3 of 3) sorted by relevance
146 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnStartCreateStop()210 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnSaveInstanceState()213 assertFalse(TestDialog.isOnRestoreInstanceStateCalled); in testOnSaveInstanceState()225 assertTrue(TestDialog.isOnRestoreInstanceStateCalled); in testOnSaveInstanceState()230 final TestDialog d = (TestDialog) mActivity.getDialog(); in testGetCurrentFocus()337 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnKeyDownKeyUp()356 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnKeyMultiple()368 final TestDialog d = (TestDialog) mActivity.getDialog(); in testTouchEvent()422 final TestDialog d = (TestDialog) mActivity.getDialog(); in testTrackballEvent()451 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnWindowAttributesChanged()[all …]
31 public class TestDialog extends Dialog { class85 public TestDialog(Context context) { in TestDialog() method in TestDialog89 public TestDialog(Context context, int theme) { in TestDialog() method in TestDialog93 public TestDialog(Context context, boolean cancelable, OnCancelListener cancelListener) { in TestDialog() method in TestDialog
159 mDialog = new TestDialog(this); in onCreateDialog()206 mDialog = new TestDialog(this, true, new OnCancelListener() { in onCreateDialog()213 mDialog = new TestDialog(this, false, new OnCancelListener() { in onCreateDialog()