/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | CommandQueueTest.java | 87 waitForIdleSync(); in testIcon() 91 waitForIdleSync(); in testIcon() 100 waitForIdleSync(); in testDisable() 109 waitForIdleSync(); in testDisableForSecondaryDisplay() 116 waitForIdleSync(); in testExpandNotifications() 124 waitForIdleSync(); in testExpandSettings() 151 waitForIdleSync(); in doTestOnSystemBarAttributesChanged() 161 waitForIdleSync(); in testShowTransient() 169 waitForIdleSync(); in testShowTransientForSecondaryDisplay() 177 waitForIdleSync(); in testAbortTransient() [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/biometrics/ |
D | AuthBiometricFingerprintAndFaceViewTest.kt | 66 waitForIdleSync() in setup() 79 waitForIdleSync() in fingerprintSuccessDoesNotRequireExplicitConfirmation() 89 waitForIdleSync() in faceSuccessRequiresExplicitConfirmation() 99 waitForIdleSync() in faceSuccessRequiresExplicitConfirmation() 109 waitForIdleSync() in ignoresFaceErrors_faceIsNotClass3_notLockoutError() 116 waitForIdleSync() in ignoresFaceErrors_faceIsNotClass3_notLockoutError() 126 waitForIdleSync() in doNotIgnoresFaceErrors_faceIsClass3_notLockoutError() 133 waitForIdleSync() in doNotIgnoresFaceErrors_faceIsClass3_notLockoutError() 150 waitForIdleSync() in doNotIgnoresFaceErrors_faceIsClass3_lockoutError() 157 waitForIdleSync() in doNotIgnoresFaceErrors_faceIsClass3_lockoutError() [all …]
|
D | AuthBiometricFingerprintViewTest.kt | 64 waitForIdleSync() in createView() 82 waitForIdleSync() in testOnAuthenticationSucceeded_noConfirmationRequired_sendsActionAuthenticated() 93 waitForIdleSync() in testOnAuthenticationSucceeded_confirmationRequired_updatesDialogContents() 115 waitForIdleSync() in testPositiveButton_sendsActionAuthenticated() 126 waitForIdleSync() in testNegativeButton_beforeAuthentication_sendsActionButtonNegative() 139 waitForIdleSync() in testCancelButton_whenPendingConfirmation_sendsActionUserCanceled() 148 waitForIdleSync() in testTryAgainButton_sendsActionTryAgain() 159 waitForIdleSync() in testOnErrorSendsActionError() 172 waitForIdleSync() in testOnErrorShowsMessage() 194 waitForIdleSync() in testBackgroundClicked_afterAuthenticated_neverSendsUserCanceled() [all …]
|
D | AuthContainerViewTest.kt | 171 waitForIdleSync() in testDismissesOnBack() 186 waitForIdleSync() in testCredentialPasswordDismissesOnBack() 196 waitForIdleSync() in testIgnoresAnimatedInWhenDismissed() 201 waitForIdleSync() in testIgnoresAnimatedInWhenDismissed() 213 waitForIdleSync() in testDismissBeforeIntroEnd() 234 waitForIdleSync() in testActionCancel_panelInteractionDetectorDisable() 245 waitForIdleSync() in testActionAuthenticated_sendsDismissedAuthenticated() 261 waitForIdleSync() in testActionUserCanceled_sendsDismissedUserCanceled() 281 waitForIdleSync() in testActionButtonNegative_sendsDismissedButtonNegative() 299 waitForIdleSync() in testActionTryAgain_sendsTryAgain() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/ |
D | WindowMagnificationTest.java | 140 waitForIdleSync(); in requestWindowMagnificationConnection_setConnectionAndListener() 146 waitForIdleSync(); in requestWindowMagnificationConnection_setConnectionAndListener() 155 waitForIdleSync(); in onWindowMagnifierBoundsChanged() 168 waitForIdleSync(); in onPerformScaleAction_enabled_notifyCallback() 180 waitForIdleSync(); in onAccessibilityActionPerformed_enabled_notifyCallback() 191 waitForIdleSync(); in onMove_enabled_notifyCallback() 201 waitForIdleSync(); in onClickSettingsButton_enabled_showPanelForWindowMode() 213 waitForIdleSync(); in onSetMagnifierSize_delegateToMagnifier() 224 waitForIdleSync(); in onSetDiagonalScrolling_delegateToMagnifier() 234 waitForIdleSync(); in onEditMagnifierSizeMode_windowActivated_delegateToMagnifier() [all …]
|
D | IWindowMagnificationConnectionTest.java | 119 waitForIdleSync(); in enableWindowMagnification_passThrough() 129 waitForIdleSync(); in disableWindowMagnification_deleteWindowMagnification() 138 waitForIdleSync(); in setScale() 146 waitForIdleSync(); in moveWindowMagnifier() 155 waitForIdleSync(); in moveWindowMagnifierToPosition() 168 waitForIdleSync(); in showMagnificationButton() 177 waitForIdleSync(); in removeMagnificationButton() 185 waitForIdleSync(); in removeMagnificationSettingsPanel() 196 waitForIdleSync(); in onUserMagnificationScaleChanged()
|
/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 | ViewInputConnectionTest.java | 104 mInstrumentation.waitForIdleSync(); in testInputConnectionCallbacks() 108 mInstrumentation.waitForIdleSync(); in testInputConnectionCallbacks() 115 mInstrumentation.waitForIdleSync(); in testInputConnectionCallbacks() 128 mInstrumentation.waitForIdleSync(); in testInputConnectionCallbacks() 136 mInstrumentation.waitForIdleSync(); in testInputConnectionCallbacks() 158 mInstrumentation.waitForIdleSync(); in testInputConnectionCallbacks_nullInputConnection() 162 mInstrumentation.waitForIdleSync(); in testInputConnectionCallbacks_nullInputConnection() 169 mInstrumentation.waitForIdleSync(); in testInputConnectionCallbacks_nullInputConnection() 182 mInstrumentation.waitForIdleSync(); in testInputConnectionCallbacks_nullInputConnection() 189 mInstrumentation.waitForIdleSync(); in testInputConnectionCallbacks_nullInputConnection() [all …]
|
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 | LongpressTest.java | 70 getInstrumentation().waitForIdleSync(); in testKeypadLongClick() 73 getInstrumentation().waitForIdleSync(); in testKeypadLongClick() 80 getInstrumentation().waitForIdleSync(); in testTouchLongClick()
|
D | DisabledLongpressTest.java | 74 getInstrumentation().waitForIdleSync(); in testKeypadLongClick() 77 getInstrumentation().waitForIdleSync(); in testKeypadLongClick() 84 getInstrumentation().waitForIdleSync(); in testTouchLongClick()
|
/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 | ListRetainsFocusAcrossLayoutsTest.java | 53 getInstrumentation().waitForIdleSync(); in testBottomButtonRetainsFocusAfterLayout() 67 getInstrumentation().waitForIdleSync(); in testTopButtonOfSecondPositionRetainsFocusAfterLayout() 82 getInstrumentation().waitForIdleSync(); in testBottomButtonOfSecondPositionRetainsFocusAfterLayout()
|
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 | ListViewHeightTest.java | 65 inst.waitForIdleSync(); in testButtons() 74 inst.waitForIdleSync(); in testButtons() 82 inst.waitForIdleSync(); in testButtons()
|
/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()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
D | ActivityLaunchAnimatorTest.kt | 115 waitForIdleSync() in <lambda>() 125 waitForIdleSync() in <lambda>() 142 waitForIdleSync() in <lambda>() 155 waitForIdleSync() in <lambda>() 166 waitForIdleSync() in <lambda>() 179 waitForIdleSync() in <lambda>() 191 waitForIdleSync() in <lambda>() 208 waitForIdleSync() in <lambda>()
|
/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()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | PolicyWarningUIControllerTest.java | 112 getInstrumentation().waitForIdleSync(); in setUp() 149 getInstrumentation().waitForIdleSync(); in receiveActionSendNotificationWithNotifiedService_doNothing() 189 getInstrumentation().waitForIdleSync(); in onEnabledServicesChangedLocked_serviceDisabled_removedFromNotifiedSettings() 193 getInstrumentation().waitForIdleSync(); in onEnabledServicesChangedLocked_serviceDisabled_removedFromNotifiedSettings() 201 getInstrumentation().waitForIdleSync(); in onNonA11yCategoryServiceBound_setAlarm() 212 getInstrumentation().waitForIdleSync(); in onNonA11yCategoryServiceUnbound_cancelAlarm() 232 getInstrumentation().waitForIdleSync(); in onSwitchUserLocked_hasAlarmAndSentNotification_cancelNotification() 236 getInstrumentation().waitForIdleSync(); in onSwitchUserLocked_hasAlarmAndSentNotification_cancelNotification()
|
/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()
|