Searched defs:ApkAssets (Results 1 – 5 of 5) sorted by relevance
28 class ApkAssets; variable
29 class ApkAssets; variable
44 public final class ApkAssets { class287 private ApkAssets(@FormatType int format, @NonNull String path, @PropertyFlags int flags, in ApkAssets() method in ApkAssets296 private ApkAssets(@FormatType int format, @NonNull FileDescriptor fd, in ApkAssets() method in ApkAssets307 private ApkAssets(@FormatType int format, @NonNull FileDescriptor fd, in ApkAssets() method in ApkAssets318 private ApkAssets(@PropertyFlags int flags, @Nullable AssetsProvider assets) { in ApkAssets() method in ApkAssets
161 friend class ApkAssets; variable
44 ApkAssets::ApkAssets(std::unique_ptr<const AssetsProvider> assets_provider, in ApkAssets() function in android::ApkAssets