/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | CommandQueueTest.java | 64 waitForIdleSync(); in testIcon() 68 waitForIdleSync(); in testIcon() 77 waitForIdleSync(); in testDisable() 86 waitForIdleSync(); in testDisableForSecondaryDisplay() 93 waitForIdleSync(); in testExpandNotifications() 100 waitForIdleSync(); in testCollapsePanels() 108 waitForIdleSync(); in testExpandSettings() 116 waitForIdleSync(); in testSetSystemUiVisibility() 125 waitForIdleSync(); in testSetSystemUiVisibilityForSecondaryDisplay() 133 waitForIdleSync(); in testShowImeButton() [all …]
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | AutoCompleteTextViewCallbacks.java | 44 instrumentation.waitForIdleSync(); in testPopupNoSelection() 46 instrumentation.waitForIdleSync(); in testPopupNoSelection() 69 instrumentation.waitForIdleSync(); in testPopupEnterSelection() 80 instrumentation.waitForIdleSync(); in testPopupEnterSelection() 98 instrumentation.waitForIdleSync(); in testPopupEnterSelection() 118 instrumentation.waitForIdleSync(); in testPopupLeaveSelection() 120 instrumentation.waitForIdleSync(); in testPopupLeaveSelection() 124 instrumentation.waitForIdleSync(); in testPopupLeaveSelection() 134 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/base/packages/SystemUI/tests/src/com/android/systemui/shared/plugins/ |
D | PluginInstanceManagerTest.java | 127 waitForIdleSync(mPluginInstanceManager.mPluginHandler); in testNoPlugins() 128 waitForIdleSync(mPluginInstanceManager.mMainHandler); in testNoPlugins() 149 waitForIdleSync(mPluginInstanceManager.mPluginHandler); in testPluginDestroy() 150 waitForIdleSync(mPluginInstanceManager.mMainHandler); in testPluginDestroy() 166 waitForIdleSync(mPluginInstanceManager.mPluginHandler); in testIncorrectVersion() 167 waitForIdleSync(mPluginInstanceManager.mMainHandler); in testIncorrectVersion() 181 waitForIdleSync(mPluginInstanceManager.mPluginHandler); in testReloadOnChange() 182 waitForIdleSync(mPluginInstanceManager.mMainHandler); in testReloadOnChange() 204 waitForIdleSync(mPluginInstanceManager.mPluginHandler); in testNonDebuggable() 205 waitForIdleSync(mPluginInstanceManager.mMainHandler);; in testNonDebuggable() [all …]
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | RunQueueTest.java | 36 getInstrumentation().waitForIdleSync(); in testRunnableRan() 43 getInstrumentation().waitForIdleSync(); in testRunnableCancelled() 50 getInstrumentation().waitForIdleSync(); in testListenerFired() 57 getInstrumentation().waitForIdleSync(); in testTreeObserverKilled()
|
D | VisibilityTest.java | 73 getInstrumentation().waitForIdleSync(); in testVisibleToInvisible() 87 getInstrumentation().waitForIdleSync(); in testVisibleToGone() 101 getInstrumentation().waitForIdleSync(); in testGoneToVisible() 121 getInstrumentation().waitForIdleSync(); in testGoneToInvisible() 141 getInstrumentation().waitForIdleSync(); in testInvisibleToVisible() 161 getInstrumentation().waitForIdleSync(); in testInvisibleToGone()
|
D | DisabledLongpressTest.java | 74 getInstrumentation().waitForIdleSync(); in testKeypadLongClick() 77 getInstrumentation().waitForIdleSync(); in testKeypadLongClick() 84 getInstrumentation().waitForIdleSync(); in testTouchLongClick()
|
D | LongpressTest.java | 70 getInstrumentation().waitForIdleSync(); in testKeypadLongClick() 73 getInstrumentation().waitForIdleSync(); in testKeypadLongClick() 80 getInstrumentation().waitForIdleSync(); in testTouchLongClick()
|
D | InsetsControllerTest.java | 97 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in setup() 164 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in testAnimationEndState() 182 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in testApplyImeVisibility() 208 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in testShowHideSelectively() 248 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in testShowHideSingle() 289 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in testShowHideMultiple() 315 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in testShowMultipleHideOneByOne() 337 InstrumentationRegistry.getInstrumentation().waitForIdleSync(); in testAnimationEndState_controller()
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
D | ListEmptyViewTest.java | 59 inst.waitForIdleSync(); in testZeroToOne() 69 inst.waitForIdleSync(); in testZeroToOneForwardBack() 80 inst.waitForIdleSync(); in testZeroToOneForwardBack() 94 inst.waitForIdleSync(); in testZeroToManyToZero() 102 inst.waitForIdleSync(); in testZeroToManyToZero() 123 inst.waitForIdleSync(); in testZeroToManyToZero()
|
D | ListManagedCursorTest.java | 65 inst.waitForIdleSync(); in testKeyScrolling() 84 inst.waitForIdleSync(); in testKeyScrollingToTouchMode() 97 inst.waitForIdleSync(); in arrowScroll() 104 inst.waitForIdleSync(); in arrowScroll()
|
D | ListFocusableTest.java | 195 getInstrumentation().waitForIdleSync(); in setFullAdapter() 204 getInstrumentation().waitForIdleSync(); in setEmptyAdapter() 213 getInstrumentation().waitForIdleSync(); in setNullAdapter() 222 getInstrumentation().waitForIdleSync(); in setFocusable() 231 getInstrumentation().waitForIdleSync(); in setNonFocusable()
|
D | ListScrollListenerTest.java | 63 inst.waitForIdleSync(); in testKeyScrolling() 69 inst.waitForIdleSync(); in testKeyScrolling() 79 inst.waitForIdleSync(); in testKeyScrolling() 89 inst.waitForIdleSync(); in testKeyScrolling()
|
D | ListRetainsFocusAcrossLayoutsTest.java | 53 getInstrumentation().waitForIdleSync(); in testBottomButtonRetainsFocusAfterLayout() 67 getInstrumentation().waitForIdleSync(); in testTopButtonOfSecondPositionRetainsFocusAfterLayout() 82 getInstrumentation().waitForIdleSync(); in testBottomButtonOfSecondPositionRetainsFocusAfterLayout()
|
D | ListViewHeightTest.java | 65 inst.waitForIdleSync(); in testButtons() 74 inst.waitForIdleSync(); in testButtons() 82 inst.waitForIdleSync(); in testButtons()
|
D | ListHeterogeneousTest.java | 60 inst.waitForIdleSync(); in testKeyScrolling() 68 inst.waitForIdleSync(); in testKeyScrolling()
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
D | ScrollingThroughListOfFocusablesTest.java | 60 getInstrumentation().waitForIdleSync(); in setUp() 90 getInstrumentation().waitForIdleSync(); in testScrollingDownInFirstItem() 123 getInstrumentation().waitForIdleSync(); in testScrollingToSecondItem() 138 getInstrumentation().waitForIdleSync(); in testNoFadingEdgeAtBottomOfLastItem() 163 getInstrumentation().waitForIdleSync(); in testNavigatingUpThroughInternalSelection() 186 getInstrumentation().waitForIdleSync(); in testNavigatingUpThroughInternalSelection() 236 getInstrumentation().waitForIdleSync(); in ensureNotInTouchMode()
|
/frameworks/base/core/tests/coretests/src/android/widget/scroll/ |
D | ScrollViewButtonsAndLabelsTest.java | 71 getInstrumentation().waitForIdleSync(); in testArrowScrollDownOffScreenVerticalFadingEdge() 76 getInstrumentation().waitForIdleSync(); in testArrowScrollDownOffScreenVerticalFadingEdge() 112 getInstrumentation().waitForIdleSync(); in testArrowScrollDownToBottomElementOnScreen() 134 getInstrumentation().waitForIdleSync(); in testArrowScrollUpOffScreenVerticalFadingEdge() 154 getInstrumentation().waitForIdleSync(); in testArrowScrollUpToTopElementOnScreen() 174 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/core/tests/coretests/src/android/widget/gridview/ |
D | GridScrollListenerTest.java | 63 inst.waitForIdleSync(); in testKeyScrolling() 69 inst.waitForIdleSync(); in testKeyScrolling() 80 inst.waitForIdleSync(); in testKeyScrolling() 91 inst.waitForIdleSync(); in testKeyScrolling()
|
D | GridSetSelectionBaseTest.java | 64 getInstrumentation().waitForIdleSync(); in testSetSelectionToTheEnd() 80 getInstrumentation().waitForIdleSync(); in testSetSelectionToMiddle() 95 getInstrumentation().waitForIdleSync(); in testSetSelectionToTheTop()
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
D | ListWithNoFadingEdgeTest.java | 53 getInstrumentation().waitForIdleSync(); in testScrollDownToBottom() 66 getInstrumentation().waitForIdleSync(); in testScrollFromBottomToTop() 74 getInstrumentation().waitForIdleSync(); in testScrollFromBottomToTop()
|
/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/packages/SystemUI/tests/src/com/android/systemui/qs/customize/ |
D | TileQueryHelperTest.java | 138 waitForIdleSync(Dependency.get(Dependency.MAIN_HANDLER)); in testIsFinished_trueAfterQuerying() 148 waitForIdleSync(Dependency.get(Dependency.MAIN_HANDLER)); in testQueryTiles_callsListenerTwice() 163 waitForIdleSync(Dependency.get(Dependency.MAIN_HANDLER)); in testQueryTiles_isFinishedFalseOnListenerCalls_thenTrueAfterCompletion() 178 waitForIdleSync(Dependency.get(Dependency.MAIN_HANDLER)); in testQueryTiles_correctTilesAndOrderOnlyStockTiles() 199 waitForIdleSync(Dependency.get(Dependency.MAIN_HANDLER)); in testQueryTiles_correctTilesAndOrderOtherFactoryTiles() 220 waitForIdleSync(Dependency.get(Dependency.MAIN_HANDLER)); in testQueryTiles_otherTileNotIncluded() 251 waitForIdleSync(Dependency.get(Dependency.MAIN_HANDLER)); in testThirdPartyTilesInactive()
|
/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()
|