/frameworks/base/core/tests/coretests/src/android/widget/ |
D | AutoCompleteTextViewCallbacks.java | 43 instrumentation.waitForIdleSync(); in testPopupNoSelection() 45 instrumentation.waitForIdleSync(); in testPopupNoSelection() 68 instrumentation.waitForIdleSync(); in testPopupEnterSelection() 79 instrumentation.waitForIdleSync(); in testPopupEnterSelection() 97 instrumentation.waitForIdleSync(); in testPopupEnterSelection() 117 instrumentation.waitForIdleSync(); in testPopupLeaveSelection() 119 instrumentation.waitForIdleSync(); in testPopupLeaveSelection() 123 instrumentation.waitForIdleSync(); in testPopupLeaveSelection() 133 instrumentation.waitForIdleSync(); in testPopupLeaveSelection()
|
D | AutoCompleteTextViewPopup.java | 52 instrumentation.waitForIdleSync(); in testPopupSetListSelection() 64 instrumentation.waitForIdleSync(); in testPopupSetListSelection() 84 instrumentation.waitForIdleSync(); in testPopupGetListSelection() 111 instrumentation.waitForIdleSync(); in testPopupClearListSelection() 127 instrumentation.waitForIdleSync(); in testPopupClearListSelection() 144 instrumentation.waitForIdleSync(); in testPopupNavigateNoAdapter() 160 instrumentation.waitForIdleSync(); in testPopupNavigateNoAdapter() 181 instrumentation.waitForIdleSync(); in testPopupShow() 193 instrumentation.waitForIdleSync(); in testPopupShow() 204 instrumentation.waitForIdleSync(); in testPopupShow() [all …]
|
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/ |
D | BaseKeyEventsTestCase.java | 77 getInstrumentation().waitForIdleSync(); in testBackDismissesActionMode() 79 getInstrumentation().waitForIdleSync(); in testBackDismissesActionMode() 95 getInstrumentation().waitForIdleSync(); in testBackCollapsesSearchView() 99 getInstrumentation().waitForIdleSync(); in testBackCollapsesSearchView() 105 getInstrumentation().waitForIdleSync(); in testBackCollapsesSearchView() 117 getInstrumentation().waitForIdleSync(); in testMenuPressInvokesPanelCallbacks() 121 getInstrumentation().waitForIdleSync(); in testMenuPressInvokesPanelCallbacks() 129 getInstrumentation().waitForIdleSync(); in testBackPressWithMenuInvokesOnPanelClosed() 132 getInstrumentation().waitForIdleSync(); in testBackPressWithMenuInvokesOnPanelClosed() 142 getInstrumentation().waitForIdleSync(); in testBackPressWithEmptyMenuFinishesActivity() [all …]
|
D | BaseKeyboardShortcutsTestCase.java | 55 getInstrumentation().waitForIdleSync(); in testKeyboardShortcut() 60 getInstrumentation().waitForIdleSync(); in testKeyboardShortcut() 80 getInstrumentation().waitForIdleSync(); in testAccessActionBar() 82 getInstrumentation().waitForIdleSync(); in testAccessActionBar() 94 getInstrumentation().waitForIdleSync(); in testAccessActionBar() 104 getInstrumentation().waitForIdleSync(); in testAccessActionBar()
|
D | DialogTestCase.java | 35 getInstrumentation().waitForIdleSync(); in testDialogFragmentShows() 40 getInstrumentation().waitForIdleSync(); in testDialogFragmentShows()
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/ |
D | TouchUtils.java | 49 inst.waitForIdleSync(); in tapView() 56 inst.waitForIdleSync(); in tapView() 61 inst.waitForIdleSync(); in tapView() 80 inst.waitForIdleSync(); in touchAndCancelView() 87 inst.waitForIdleSync(); in touchAndCancelView() 107 inst.waitForIdleSync(); in clickView() 114 inst.waitForIdleSync(); in clickView() 119 inst.waitForIdleSync(); in clickView() 144 inst.waitForIdleSync(); in longClickView() 151 inst.waitForIdleSync(); in longClickView() [all …]
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | RunQueueTest.java | 35 getInstrumentation().waitForIdleSync(); in testRunnableRan() 42 getInstrumentation().waitForIdleSync(); in testRunnableCancelled() 49 getInstrumentation().waitForIdleSync(); in testListenerFired() 56 getInstrumentation().waitForIdleSync(); in testTreeObserverKilled()
|
D | LongpressTest.java | 72 getInstrumentation().waitForIdleSync(); in testKeypadLongClick() 75 getInstrumentation().waitForIdleSync(); in testKeypadLongClick() 82 getInstrumentation().waitForIdleSync(); in testTouchLongClick()
|
D | DisabledLongpressTest.java | 76 getInstrumentation().waitForIdleSync(); in testKeypadLongClick() 79 getInstrumentation().waitForIdleSync(); in testKeypadLongClick() 86 getInstrumentation().waitForIdleSync(); in testTouchLongClick()
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
D | ListEmptyViewTest.java | 58 inst.waitForIdleSync(); in testZeroToOne() 68 inst.waitForIdleSync(); in testZeroToOneForwardBack() 79 inst.waitForIdleSync(); in testZeroToOneForwardBack() 93 inst.waitForIdleSync(); in testZeroToManyToZero() 101 inst.waitForIdleSync(); in testZeroToManyToZero() 122 inst.waitForIdleSync(); in testZeroToManyToZero()
|
D | ListManagedCursorTest.java | 64 inst.waitForIdleSync(); in testKeyScrolling() 83 inst.waitForIdleSync(); in testKeyScrollingToTouchMode() 96 inst.waitForIdleSync(); in arrowScroll() 103 inst.waitForIdleSync(); in arrowScroll()
|
D | ListFocusableTest.java | 194 getInstrumentation().waitForIdleSync(); in setFullAdapter() 203 getInstrumentation().waitForIdleSync(); in setEmptyAdapter() 212 getInstrumentation().waitForIdleSync(); in setNullAdapter() 221 getInstrumentation().waitForIdleSync(); in setFocusable() 230 getInstrumentation().waitForIdleSync(); in setNonFocusable()
|
D | ListRetainsFocusAcrossLayoutsTest.java | 54 getInstrumentation().waitForIdleSync(); in testBottomButtonRetainsFocusAfterLayout() 68 getInstrumentation().waitForIdleSync(); in testTopButtonOfSecondPositionRetainsFocusAfterLayout() 83 getInstrumentation().waitForIdleSync(); in testBottomButtonOfSecondPositionRetainsFocusAfterLayout()
|
D | ListViewHeightTest.java | 65 inst.waitForIdleSync(); in testButtons() 74 inst.waitForIdleSync(); in testButtons() 82 inst.waitForIdleSync(); in testButtons()
|
D | ListScrollListenerTest.java | 66 inst.waitForIdleSync(); in testKeyScrolling() 71 inst.waitForIdleSync(); in testKeyScrolling() 81 inst.waitForIdleSync(); in testKeyScrolling()
|
D | ListHeterogeneousTest.java | 61 inst.waitForIdleSync(); in testKeyScrolling() 69 inst.waitForIdleSync(); in testKeyScrolling()
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
D | ScrollingThroughListOfFocusablesTest.java | 86 getInstrumentation().waitForIdleSync(); in testScrollingDownInFirstItem() 119 getInstrumentation().waitForIdleSync(); in testScrollingToSecondItem() 134 getInstrumentation().waitForIdleSync(); in testNoFadingEdgeAtBottomOfLastItem() 159 getInstrumentation().waitForIdleSync(); in testNavigatingUpThroughInternalSelection() 182 getInstrumentation().waitForIdleSync(); in testNavigatingUpThroughInternalSelection() 232 getInstrumentation().waitForIdleSync(); in ensureNotInTouchMode()
|
D | ListOfButtonsTest.java | 52 getInstrumentation().waitForIdleSync(); in setUp() 107 getInstrumentation().waitForIdleSync(); in TODO_testNavigateThroughAllButtonsAndBack() 136 getInstrumentation().waitForIdleSync(); in TODO_testNavigateThroughAllButtonsAndBack()
|
/frameworks/base/core/tests/coretests/src/android/widget/scroll/ |
D | ScrollViewButtonsAndLabelsTest.java | 75 getInstrumentation().waitForIdleSync(); in testArrowScrollDownOffScreenVerticalFadingEdge() 111 getInstrumentation().waitForIdleSync(); in testArrowScrollDownToBottomElementOnScreen() 133 getInstrumentation().waitForIdleSync(); in testArrowScrollUpOffScreenVerticalFadingEdge() 153 getInstrumentation().waitForIdleSync(); in testArrowScrollUpToTopElementOnScreen() 173 getInstrumentation().waitForIdleSync(); in goToBottomButton()
|
D | RequestRectangleVisibleTest.java | 106 getInstrumentation().waitForIdleSync(); // wait for scrolling to finish in testScrollToOffScreenRectangleFromTop() 128 getInstrumentation().waitForIdleSync(); // wait for scrolling to finish in testScrollToPartiallyOffScreenRectFromTop() 147 getInstrumentation().waitForIdleSync(); // wait for scrolling to finish in testScrollToOffScreenRectangleFromBottom() 165 getInstrumentation().waitForIdleSync(); // wait for scrolling to finish in testScrollToPartiallyOffScreenRectFromBottom() 186 getInstrumentation().waitForIdleSync(); in pressDownUntilViewInFocus()
|
/frameworks/base/test-runner/src/android/test/ |
D | TouchUtils.java | 264 inst.waitForIdleSync(); in tapView() 271 inst.waitForIdleSync(); in tapView() 276 inst.waitForIdleSync(); in tapView() 304 inst.waitForIdleSync(); in touchAndCancelView() 311 inst.waitForIdleSync(); in touchAndCancelView() 339 inst.waitForIdleSync(); in clickView() 347 inst.waitForIdleSync(); in clickView() 352 inst.waitForIdleSync(); in clickView() 400 inst.waitForIdleSync(); in longClickView() 407 inst.waitForIdleSync(); in longClickView() [all …]
|
/frameworks/base/core/tests/coretests/src/android/widget/gridview/ |
D | GridSetSelectionBaseTest.java | 64 getInstrumentation().waitForIdleSync(); in testSetSelectionToTheEnd() 80 getInstrumentation().waitForIdleSync(); in testSetSelectionToMiddle() 95 getInstrumentation().waitForIdleSync(); in testSetSelectionToTheTop()
|
D | GridScrollListenerTest.java | 67 inst.waitForIdleSync(); in testKeyScrolling() 73 inst.waitForIdleSync(); in testKeyScrolling() 84 inst.waitForIdleSync(); in testKeyScrolling()
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/ |
D | ListSetSelectionTest.java | 71 getInstrumentation().waitForIdleSync(); in testSetSelection() 101 getInstrumentation().waitForIdleSync(); in testSetSelectionFromTop() 137 getInstrumentation().waitForIdleSync(); in testSetSelection0()
|
/frameworks/base/core/java/android/test/ |
D | InstrumentationTestCase.java | 126 getInstrumentation().waitForIdleSync(); in launchActivityWithIntent() 296 instrumentation.waitForIdleSync(); in sendKeys() 319 instrumentation.waitForIdleSync(); in sendKeys() 352 instrumentation.waitForIdleSync(); in sendRepeatedKeys()
|