Searched refs:refresh (Results 1 – 14 of 14) sorted by relevance
168 parent.refresh(); in testEmbeddedViewHasCorrectBound()169 target.refresh(); in testEmbeddedViewHasCorrectBound()190 target.refresh(); in testEmbeddedViewHasCorrectBoundAfterHostViewMove()198 parent.refresh(); in testEmbeddedViewHasCorrectBoundAfterHostViewMove()199 target.refresh(); in testEmbeddedViewHasCorrectBoundAfterHostViewMove()227 target.refresh(); in testEmbeddedViewIsInvisibleAfterMovingOutOfScreen()321 surfaceViewNode.refresh(); in moveSurfaceViewLayoutPosition()
200 rootLinearLayout.refresh(); in testActionAccessibilityFocus()222 rootLinearLayout.refresh(); in testActionClearAccessibilityFocus()234 rootLinearLayout.refresh(); in testActionClearAccessibilityFocus()273 secondEditText.refresh(); in testOnlyOneNodeHasAccessibilityFocus()313 secondButton.refresh(); in testScreenReaderFocusableAttribute_reportedToAccessibility()
128 windowLikeNode.refresh(); in windowLikeViewSettersWork_andNewValuesReportedToAccessibility()137 windowLikeNode.refresh(); in windowLikeViewSettersWork_andNewValuesReportedToAccessibility()
768 editTextNode.refresh(); in testViewHeadingReportedToAccessibility()901 buttonNode.refresh(); in testTooltipTextActionsReportedToAccessibility()926 buttonNode.refresh(); in testTraversalBeforeReportedToAccessibility()949 editNode.refresh(); in testTraversalAfterReportedToAccessibility()968 editNode.refresh(); in testLabelForReportedToAccessibility()999 autoImportantLinearLayoutNode.refresh(); in testIsImportantForAccessibility_isContextClickable_isImportant()1028 autoImportantLinearLayoutNode.refresh(); in testIsImportantForAccessibility_isHeading_isImportant()1058 autoImportantLinearLayoutNode.refresh(); in testIsImportantForAccessibility_isScreenReaderFocusable_isImportant()1082 autoImportantLinearLayoutNode.refresh(); in testDelegate_ImportantForAccessibility()1106 autoImportantProviderViewNode.refresh(); in testProviderView_ImportantForAccessibility()[all …]
352 activityNodeToDrawOver.refresh(); in doOverlayWindowTest()
954 root.refresh();
1298 buttonNode.refresh(); in testA11yNodeInfoVisibility_whenOutOfMagnifiedArea_shouldVisible()
199 mContentProviderClient.refresh(URI, ARGS, mCancellationSignal); in testRefresh()200 verify(mIContentProvider).refresh(mAttributionSource, URI, ARGS, in testRefresh()205 doAnswer(ANSWER_SLEEP).when(mIContentProvider).refresh(mAttributionSource, URI, ARGS, in testRefreshTimeout()208 testTimeout(() -> mContentProviderClient.refresh(URI, ARGS, mCancellationSignal)); in testRefreshTimeout()210 verify(mIContentProvider, after(150)).refresh(mAttributionSource, URI, ARGS, in testRefreshTimeout()215 testAlreadyCancelled(() -> mContentProviderClient.refresh(URI, ARGS, mCancellationSignal)); in testRefreshAlreadyCancelled()216 verify(mIContentProvider, never()).refresh(mAttributionSource, URI, ARGS, in testRefreshAlreadyCancelled()
185 doReturn(true).when(mProvider).refresh(URI, EXTRAS, SIGNAL); in testRefresh()186 assertEquals(true, mResolver.refresh(URI, EXTRAS, SIGNAL)); in testRefresh()
1123 boolean refreshed = mContentResolver.refresh(TABLE1_URI, null, null); in testRefresh_DefaultImplReturnsFalse()1131 boolean refreshed = mContentResolver.refresh(TABLE1_URI, null, null); in testRefresh_ReturnsProviderValue()1141 mContentResolver.refresh(null, null, null); in testRefresh_NullUriThrowsImmediately()1153 mContentResolver.refresh(TABLE1_URI, null, cancellationSignal); in testRefresh_CancellableThrowsImmediately()
443 public boolean refresh(Uri uri, @Nullable Bundle args, in refresh() method in MockContentProvider
321 assertFalse(provider.refresh(null, null, null)); in testRefresh_DefaultImplReturnsFalse()
89 setOnClickListener { refresh() } in <lambda>()217 refresh() in <lambda>()220 private fun refresh() { in <lambda>() method in android.os.cts.companiondevicetestapp.CompanionDeviceTestAppActivity
10230 …method public boolean refresh(android.net.Uri, @Nullable android.os.Bundle, @Nullable android.os.C…10274 …method public boolean refresh(android.net.Uri, @Nullable android.os.Bundle, @Nullable android.os.C…10403 …method public final boolean refresh(@NonNull android.net.Uri, @Nullable android.os.Bundle, @Nullab…22872 field public static final String FEATURE_IntraRefresh = "intra-refresh";23662 field public static final String KEY_INTRA_REFRESH_PERIOD = "intra-refresh-period";54930 method public boolean refresh();