Home
last modified time | relevance | path

Searched refs:link (Results 1 – 15 of 15) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
DCustomDescriptionWithLinkTestCase.java298 presentation.setOnClickPendingIntent(R.id.link, pendingIntent); in newCustomDescriptionBuilder()
315 final UiObject2 link = getLink(saveUi); in assertSaveUiWithLinkIsShown() local
316 assertThat(link.getText()).isEqualTo(expectedText); in assertSaveUiWithLinkIsShown()
321 final UiObject2 link = container.findObject(By.res(mPackageName, ID_LINK)); in getLink() local
322 assertThat(link).isNotNull(); in getLink()
323 return link; in getLink()
/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DTextClassifierTest.java326 for (TextLinks.TextLink link : links.getLinks()) { in assertValidResult()
327 assertTrue(link.getEntityCount() > 0); in assertValidResult()
328 assertTrue(link.getStart() >= 0); in assertValidResult()
329 assertTrue(link.getStart() <= link.getEnd()); in assertValidResult()
330 for (int i = 0; i < link.getEntityCount(); i++) { in assertValidResult()
331 String entityType = link.getEntity(i); in assertValidResult()
333 final float confidenceScore = link.getConfidenceScore(entityType); in assertValidResult()
/cts/tests/tests/security/src/android/security/cts/
DFileDescriptorTest.java71 String link = Os.readlink(file.toString()); in testCLOEXEC() local
73 .append(link).append("\"\n"); in testCLOEXEC()
/cts/hostsidetests/appsecurity/test-apps/CorruptApkTests/compressed_arsc/
Dbuild26 aapt2 link \
34 aapt2 link \
/cts/tests/mediapc/
DREADME.md4 The test vectors used by the test suite is available at [link](https://storage.googleapis.com/andro…
/cts/tests/video/
DREADME.md6 The test vectors used by the test suite is available at [link](https://storage.googleapis.com/andro…
/cts/tests/tests/os/assets/minijail/
Disolated-x86-64.policy23 link: return EPERM
Disolated-arm.policy39 link: return EPERM
Disolated-i386.policy37 link: return EPERM
/cts/apps/CtsVerifier/assets/scripts/
Dexecute_power_tests.py210 link = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
214 link.connect(("localhost", self._tcp_connect_port))
226 link.sendall(msg)
228 response = link.recv(4096)
230 link.close()
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DDepCsvPrinter.java108 for (Map.Entry<String, String> link : mDepPathMap.entrySet()) { in writeCsv()
109 mPWriter.println(String.format("%s,%s", link.getKey(), link.getValue())); in writeCsv()
/cts/tests/media/
DREADME.md6 The test vectors used by the test suite is available at [link](https://storage.googleapis.com/andro…
/cts/tests/autofillservice/src/android/autofillservice/cts/saveui/
DPreSimpleSaveActivityTest.java361 update.setCharSequence(R.id.link, "setText", "TAP ME IF YOU CAN"); in tapLinkAfterUpdateAppliedTest()
DSimpleSaveActivityTest.java1710 update.setCharSequence(R.id.link, "setText", "TAP ME IF YOU CAN"); in tapLinkAfterUpdateAppliedTest()
/cts/apps/CtsVerifier/
DNOTICE.txt105 separable from, or merely link (or bind by name) to the interfaces of,
334 separable from, or merely link (or bind by name) to the interfaces of,
876 code. If you link other code with the library, you must provide
1105 link a "work that uses the Library" with the Library to produce a
1182 8. You may not copy, modify, sublicense, link with, or distribute
1184 attempt otherwise to copy, modify, sublicense, link with, or
1201 original licensor to copy, distribute, link with or modify the Library
1380 code. If you link other code with the library, you must provide
1609 link a "work that uses the Library" with the Library to produce a
1686 8. You may not copy, modify, sublicense, link with, or distribute
[all …]