Searched defs:assetPath (Results 1 – 6 of 6) sorted by relevance
17 private final String assetPath; field in AssetPathFetcher21 public AssetPathFetcher(AssetManager assetManager, String assetPath) { in AssetPathFetcher()
12 public FileDescriptorAssetPathFetcher(AssetManager assetManager, String assetPath) { in FileDescriptorAssetPathFetcher()
12 public StreamAssetPathFetcher(AssetManager assetManager, String assetPath) { in StreamAssetPathFetcher()
15 private String assetPath; field in ShadowLegacyApkAssets
55 protected DataFetcher<InputStream> getAssetPathFetcher(Context context, String assetPath) { in getAssetPathFetcher()
52 …rotected DataFetcher<ParcelFileDescriptor> getAssetPathFetcher(Context context, String assetPath) { in getAssetPathFetcher()