Home
last modified time | relevance | path

Searched defs:lite (Results 1 – 4 of 4) 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.java84 final PackageLite lite = PackageParser.parsePackageLite(packageFile, 0); in create() local
98 public static Handle create(PackageLite lite) throws IOException { in create()
122 public static Handle createFd(PackageLite lite, FileDescriptor fd) throws IOException { in createFd()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DLazyMessageLiteTest.java319 LazyMessageLite lite = LazyMessageLite.newBuilder() in testExtensions() local
/frameworks/base/core/java/android/content/pm/
DPackageParser.java920 final ApkLite lite = parseApkLite(file, flags); in parseClusterPackageLite() local
1222 final PackageLite lite = parseClusterPackageLite(packageDir, 0); in parseClusterPackage() local
1292 final PackageLite lite = parseMonolithicPackageLite(apkFile, flags); in parseMonolithicPackage() local