/frameworks/base/core/java/android/content/ |
D | ContentCaptureOptions.java | 82 public final boolean lite; field in ContentCaptureOptions 114 private ContentCaptureOptions(boolean lite, int loggingLevel, int maxBufferSize, in ContentCaptureOptions() argument 117 this.lite = lite; in ContentCaptureOptions() 162 if (lite) { in toString() 180 if (lite) { in dumpShort() 200 parcel.writeBoolean(lite); in writeToParcel() 202 if (lite) return; in writeToParcel() 216 final boolean lite = parcel.readBoolean(); 218 if (lite) {
|
/frameworks/base/core/java/com/android/internal/content/ |
D | NativeLibraryHelper.java | 90 final PackageLite lite = PackageParser.parsePackageLite(packageFile, 0); in create() local 91 return create(lite); in create() 97 public static Handle create(PackageLite lite) throws IOException { in create() argument 98 return create(lite.getAllCodePaths(), lite.multiArch, lite.extractNativeLibs, in create() 99 lite.debuggable); in create() 123 public static Handle createFd(PackageLite lite, FileDescriptor fd) throws IOException { in createFd() argument 125 final String path = lite.baseCodePath; in createFd() 131 return new Handle(new String[]{path}, apkHandles, lite.multiArch, in createFd() 132 lite.extractNativeLibs, lite.debuggable); in createFd()
|
/frameworks/base/core/java/android/content/pm/parsing/ |
D | ApkLiteParseUtils.java | 129 final PackageParser.ApkLite lite = result.getResult(); in parseClusterPackageLite() local 133 packageName = lite.packageName; in parseClusterPackageLite() 134 versionCode = lite.versionCode; in parseClusterPackageLite() 136 if (!packageName.equals(lite.packageName)) { in parseClusterPackageLite() 138 "Inconsistent package " + lite.packageName + " in " + file in parseClusterPackageLite() 141 if (versionCode != lite.versionCode) { in parseClusterPackageLite() 143 "Inconsistent version " + lite.versionCode + " in " + file in parseClusterPackageLite() 149 if (apks.put(lite.splitName, lite) != null) { in parseClusterPackageLite() 151 "Split name " + lite.splitName in parseClusterPackageLite()
|
/frameworks/base/core/java/android/view/contentcapture/ |
D | ContentCaptureManager.java | 436 if (mOptions.lite) return; in onActivityCreated() 445 if (mOptions.lite) return; in onActivityResumed() 452 if (mOptions.lite) return; in onActivityPaused() 459 if (mOptions.lite) return; in onActivityDestroyed() 472 if (mOptions.lite) return; in flush() 482 if (!isContentCaptureEnabled() && !mOptions.lite) return null; in getServiceComponentName() 542 if (mOptions.lite) return false; in isContentCaptureEnabled() 570 if (!isContentCaptureEnabled() && !mOptions.lite) return null; in getContentCaptureConditions()
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | Android.bp | 31 "libprotobuf-cpp-lite", 46 "libprotobuf-cpp-lite",
|
/frameworks/av/drm/libmediadrm/ |
D | Android.bp | 74 // This is the version of the drm metrics configured for protobuf lite. 89 type: "lite", 100 "libprotobuf-cpp-lite",
|
/frameworks/base/core/proto/android/stats/connectivity/ |
D | Android.bp | 18 type: "lite", 29 type: "lite",
|
/frameworks/base/core/proto/ |
D | Android.bp | 17 name: "libbt-platform-protos-lite", 21 type: "lite",
|
/frameworks/opt/net/wifi/service/proto/ |
D | Android.bp | 16 name: "wifi-lite-protos", 18 type: "lite",
|
/frameworks/base/cmds/statsd/ |
D | Android.bp | 226 type: "lite", 276 // not included in libprotobuf-cpp-lite, so compile it here. 343 type: "lite", 359 // not included in libprotobuf-cpp-lite, so compile it here. 376 type: "lite", 398 "libprotobuf-cpp-lite", 408 type: "lite",
|
/frameworks/native/cmds/surfacereplayer/proto/ |
D | Android.bp | 11 type: "lite",
|
/frameworks/base/graphics/proto/ |
D | Android.bp | 5 type: "lite",
|
/frameworks/base/cmds/am/ |
D | Android.bp | 24 static_libs: ["libprotobuf-java-lite"],
|
/frameworks/native/services/surfaceflinger/TimeStats/ |
D | Android.bp | 11 "libprotobuf-cpp-lite",
|
/frameworks/base/services/incremental/ |
D | Android.bp | 20 type: "lite", 57 "libprotobuf-cpp-lite",
|
/frameworks/base/cmds/incidentd/ |
D | Android.bp | 49 type: "lite", 62 "libprotobuf-cpp-lite",
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
D | Android.bp | 53 "libprotobuf-cpp-lite", 77 type: "lite",
|
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/ |
D | Android.bp | 12 "libprotobuf-cpp-lite",
|
/frameworks/opt/net/wifi/service/ |
D | Android.bp | 87 // Note: libprotobuf-java-lite uses a few core platform APIs which 91 "libprotobuf-java-lite", 94 "wifi-lite-protos",
|
/frameworks/ml/nn/ |
D | TEST_MAPPING | 32 "path": "external/tensorflow/tensorflow/lite/delegates/nnapi"
|
/frameworks/native/services/surfaceflinger/layerproto/ |
D | Android.bp | 15 "libprotobuf-cpp-lite",
|
/frameworks/base/core/proto/android/stats/textclassifier/ |
D | Android.bp | 18 type: "lite",
|
/frameworks/av/services/mediametrics/ |
D | Android.bp | 140 type: "lite", 152 "libprotobuf-cpp-lite",
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/protos/ |
D | DeviceFiles.proto | 15 // need this if we are using libprotobuf-cpp-2.3.0-lite
|
/frameworks/layoutlib/validator/ |
D | Android.bp | 33 "protobuf-lite",
|