Lines Matching refs:TestDialog
31 import android.app.stubs.TestDialog;
196 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnStartCreateStop()
210 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnStartCreateStopEsc()
271 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnSaveInstanceState()
274 TestDialog.onRestoreInstanceStateObserver.startObserving(); in testOnSaveInstanceState()
277 TestDialog.onRestoreInstanceStateObserver.await(); in testOnSaveInstanceState()
283 final TestDialog d = (TestDialog) mActivity.getDialog(); in testGetCurrentFocus()
416 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnKeyDownKeyUp()
436 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnKeyMultiple()
464 final TestDialog d = (TestDialog) mActivity.getDialog(); in testTouchEvent()
511 final TestDialog d = (TestDialog) mActivity.getDialog(); in testTrackballEvent()
542 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnWindowAttributesChanged()
561 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnContentChanged()
577 final TestDialog d = (TestDialog) mActivity.getDialog(); in testOnWindowFocusChanged()
592 final TestDialog d = (TestDialog) mActivity.getDialog(); in testDispatchKeyEvent()
641 final TestDialog d = (TestDialog) mActivity.getDialog(); in testContextMenu()
715 final TestDialog d = (TestDialog) mActivity.getDialog(); in testTakeKeyEvents()
741 assertTrue(((TestDialog) mActivity.getDialog()).isRequestWindowFeature); in testRequestWindowFeature()
890 final TestDialog d = (TestDialog) mActivity.getDialog(); in testSetCancelMessage()