Searched refs:findSingleSpanInViewWithText (Results 1 – 1 of 1) sorted by relevance
227 = findSingleSpanInViewWithText(R.string.a_b, ClickableSpan.class); in testClickableSpan_shouldWorkFromAccessibilityService()248 URLSpan urlSpanFromA11y = findSingleSpanInViewWithText(R.string.a_b, URLSpan.class); in testUrlSpan_shouldWorkFromAccessibilityService()268 ReplacementSpan replacementSpanFromA11y = findSingleSpanInViewWithText(R.string.a_b, in testImageSpan_accessibilityServiceShouldSeeContentDescription()618 private <T> T findSingleSpanInViewWithText(int stringId, Class<T> type) { in findSingleSpanInViewWithText() method in AccessibilityTextActionTest