Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DIntent_ShortcutIconResourceTest.java44 String resourceName = mContext.getResources().getResourceName( in testToString() local
54 String resourceName = mContext.getResources().getResourceName( in testFromContext() local
/cts/tests/signature/api-check/src/java/android/signature/cts/api/
DResourceStore.java56 public static Stream<VirtualPath> readResource(ClassLoader classLoader, String resourceName) { in readResource()
94 private static Path extractResourceToFile(String resourceName, VirtualPath resourcePath) in extractResourceToFile()
/cts/hostsidetests/silentupdate/testapp/src/com/android/tests/silentupdate/
DSilentUpdateTests.java272 private int silentInstallResource(String resourceName) throws Exception { in silentInstallResource()
276 private int installResource(String resourceName, Boolean requireUserAction) throws Exception { in installResource()
335 private Supplier<InputStream> resourceSupplier(String resourceName) { in resourceSupplier()
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DTestHelper.java131 UiObject2 findUiObject(String resourceName) { in findUiObject()
/cts/hostsidetests/compilation/status_checker_app/src/android/compilation/cts/statuscheckerapp/
DStatusCheckerAppTest.java143 public File copyResourceToFile(String resourceName, File file) throws Exception { in copyResourceToFile()
/cts/tests/signature/lib/android/src/android/signature/cts/
DVirtualPath.java52 public static ResourcePath get(ClassLoader classLoader, String resourceName) in get()
/cts/hostsidetests/compilation/src/android/compilation/cts/
DUtils.java154 public File copyResourceToFile(String resourceName, File file) throws Exception { in copyResourceToFile()
/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsTest.java783 private void testSingleDrawInstruction(final String resourceName, final int docId, in testSingleDrawInstruction()
825 private String saveBitmapToFile(final Bitmap image, final String resourceName) in saveBitmapToFile()
/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java779 String resourceName = path.substring(RAW_PREFIX.length()); in getResponse() local