Searched defs:ApkAssets (Results 1 – 4 of 4) sorted by relevance
28 class ApkAssets; variable
29 class ApkAssets; variable
45 public final class ApkAssets { class291 private ApkAssets(@FormatType int format, @NonNull String path, @PropertyFlags int flags, in ApkAssets() method in ApkAssets300 private ApkAssets(@FormatType int format, @NonNull FileDescriptor fd, in ApkAssets() method in ApkAssets311 private ApkAssets(@FormatType int format, @NonNull FileDescriptor fd, in ApkAssets() method in ApkAssets322 private ApkAssets(@PropertyFlags int flags, @Nullable AssetsProvider assets) { in ApkAssets() method in ApkAssets
29 ApkAssets::ApkAssets(std::unique_ptr<Asset> resources_asset, in ApkAssets() function in android::ApkAssets