Home
last modified time | relevance | path

Searched defs:resourceName (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/content/src/android/content/cts/
DIntent_ShortcutIconResourceTest.java42 String resourceName = mContext.getResources().getResourceName( in testToString() local
52 String resourceName = mContext.getResources().getResourceName( in testFromContext() local
/cts/hostsidetests/silentupdate/testapp/src/com/android/tests/silentupdate/
DSilentUpdateTests.java212 private int silentInstallResource(String resourceName) throws Exception { in silentInstallResource()
216 private int installResource(String resourceName, Boolean requireUserAction) throws Exception { in installResource()
270 private Supplier<InputStream> resourceSupplier(String resourceName) { in resourceSupplier()
/cts/tests/signature/api-check/src/java/android/signature/cts/api/
DAbstractApiTest.java130 private Stream<VirtualPath> readResource(String resourceName) { in readResource()
146 Path extractResourceToFile(String resourceName, InputStream is) throws IOException { in extractResourceToFile()
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DTestHelper.java131 UiObject2 findUiObject(String resourceName) { in findUiObject()
/cts/tests/signature/lib/android/src/android/signature/cts/
DVirtualPath.java51 public static ResourcePath get(ClassLoader classLoader, String resourceName) in get()
/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java683 String resourceName = path.substring(RAW_PREFIX.length()); in getResponse() local