Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/ApkVerityTestAppPrebuilt/
DREADME.md60 1. Download android-cts.zip. The current prebuilts are downloaded from the links below.
61 TODO(157658439): update the links once we have the correct build target.
/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DTextClassifierTest.java324 private static void assertValidResult(TextLinks links) { in assertValidResult() argument
325 assertNotNull(links); in assertValidResult()
326 for (TextLinks.TextLink link : links.getLinks()) { in assertValidResult()