Searched defs:resourceName (Results 1 – 9 of 9) sorted by relevance
44 String resourceName = mContext.getResources().getResourceName( in testToString() local54 String resourceName = mContext.getResources().getResourceName( in testFromContext() local
56 public static Stream<VirtualPath> readResource(ClassLoader classLoader, String resourceName) { in readResource()94 private static Path extractResourceToFile(String resourceName, VirtualPath resourcePath) in extractResourceToFile()
272 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()
131 UiObject2 findUiObject(String resourceName) { in findUiObject()
143 public File copyResourceToFile(String resourceName, File file) throws Exception { in copyResourceToFile()
52 public static ResourcePath get(ClassLoader classLoader, String resourceName) in get()
154 public File copyResourceToFile(String resourceName, File file) throws Exception { in copyResourceToFile()
783 private void testSingleDrawInstruction(final String resourceName, final int docId, in testSingleDrawInstruction()825 private String saveBitmapToFile(final Bitmap image, final String resourceName) in saveBitmapToFile()
779 String resourceName = path.substring(RAW_PREFIX.length()); in getResponse() local