Home
last modified time | relevance | path

Searched refs:linkifyAnnotation (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
H A DUtilsTest.java32 import static com.android.wifitrackerlib.Utils.linkifyAnnotation;
380 final CharSequence output = linkifyAnnotation(mMockContext, testText, "id", "url"); in testLinkifyAnnotation_noAnnotation_returnOriginalText()
398 final CharSequence output = linkifyAnnotation(mMockContext, builder, annotationId, "url"); in testLinkifyAnnotation_annotation_returnTextWithClickableSpan()
416 final CharSequence output = linkifyAnnotation(mMockContext, builder, annotationId, ""); in testLinkifyAnnotation_annotationWithEmptyUriString_returnOriginalText()
/aosp12/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
H A DUtils.java764 return linkifyAnnotation(context, context.getText( in getImsiProtectionDescription()
770 static CharSequence linkifyAnnotation(Context context, CharSequence rawText, String id, in linkifyAnnotation() method in Utils