Home
last modified time | relevance | path

Searched defs:lite (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/
DContentCaptureOptions.java82 public final boolean lite; field in ContentCaptureOptions
114 private ContentCaptureOptions(boolean lite, int loggingLevel, int maxBufferSize, in ContentCaptureOptions()
/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java90 final PackageLite lite = PackageParser.parsePackageLite(packageFile, 0); in create() local
97 public static Handle create(PackageLite lite) throws IOException { in create()
123 public static Handle createFd(PackageLite lite, FileDescriptor fd) throws IOException { in createFd()
/frameworks/base/core/java/android/content/pm/parsing/
DApkLiteParseUtils.java129 final PackageParser.ApkLite lite = result.getResult(); in parseClusterPackageLite() local
DParsingPackageUtils.java255 final PackageParser.PackageLite lite = liteResult.getResult(); in parseClusterPackage() local
324 final PackageParser.PackageLite lite = liteResult.getResult(); in parseMonolithicPackage() local
/frameworks/base/core/java/android/content/pm/
DPackageParser.java960 final ApkLite lite = parseApkLite(file, flags); in parseClusterPackageLite() local
1080 final PackageLite lite = parseClusterPackageLite(packageDir, 0); in parseClusterPackage() local
1143 final PackageLite lite = parseMonolithicPackageLite(apkFile, flags); in parseMonolithicPackage() local