/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
D | Android.bp | 32 type: "full", 35 shared_libs: ["libprotobuf-cpp-full"], 49 "libprotobuf-cpp-full", 77 shared_libs: ["libprotobuf-cpp-full"], 92 shared_libs: ["libprotobuf-cpp-full"],
|
/packages/services/Car/cpp/computepipe/tests/fuzz/ |
D | Android.bp | 25 shared_libs: ["libprotobuf-cpp-full"], 98 "libprotobuf-cpp-full", 113 "libprotobuf-cpp-full", 176 "libprotobuf-cpp-full",
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | SyncManager.java | 188 public synchronized boolean shouldSync(final boolean full, final long startTimestamp) { in shouldSync() argument 190 LogUtil.v(TAG, "SyncManager: Checking shouldSync " + (full ? "full " : "") in shouldSync() 194 if (full) { in shouldSync() 207 LogUtil.d(TAG, "SyncManager: Not allowed to " + (full ? "full " : "") in shouldSync() 213 LogUtil.d(TAG, "SyncManager: Starting " + (full ? "full " : "") + "sync at " in shouldSync()
|
/packages/modules/common/java/com/android/modules/targetprep/proto/ |
D | Android.bp | 26 "libprotobuf-java-full", 29 type: "full",
|
/packages/modules/StatsD/tests/ |
D | Android.bp | 39 "host-libprotobuf-java-full", 46 "perfetto_config-full",
|
/packages/modules/GeoTZ/tzs2storage/tools/ |
D | Android.bp | 29 "libprotobuf-java-full", 38 type: "full",
|
/packages/modules/ExtServices/java/src/android/ext/services/autofill/ |
D | README.md | 7 AutofillService. The full match is 1.0 (representing 100%), while a full mismatch is 0.0.
|
/packages/apps/Camera2/src/com/android/camera/app/ |
D | MemoryManagerImpl.java | 127 public void onQueueStatus(boolean full) { in onQueueStatus() argument 128 notifyCaptureStateUpdate(full ? STATE_LOW_MEMORY : STATE_OK); in onQueueStatus()
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | PermissionActivity.java | 788 if (result.full != null) { in bindAsFull() 892 public @Nullable Bitmap full; field in PermissionActivity.Description 924 full = ImageDecoder.decodeBitmap(ImageDecoder.createSource(resolver, uri), in Description() 927 full = thumbnail; in Description() 932 if (thumbnail == null && full == null) { in Description() 942 return thumbnail != null || full != null || mimeIcon != null; in isVisual() 954 Objects.requireNonNull(full); in bindFull() 955 imageView.setImageBitmap(full); in bindFull()
|
/packages/modules/UprobeStats/src/ |
D | config.proto | 17 // does not include the full BPF program path. 33 // map_BitmapAllocation_output_buf. Note that this does not include the full file path.
|
/packages/modules/Bluetooth/tools/rootcanal/hal/ |
D | Android.bp | 45 "libprotobuf-cpp-full", 81 "libprotobuf-cpp-full",
|
/packages/modules/Connectivity/tests/unit/java/android/net/ |
D | NetworkStatsHistoryTest.java | 402 final NetworkStatsHistory full = new NetworkStatsHistory(MINUTE_IN_MILLIS, 0, FIELD_ALL); in testIgnoreFieldsRecordIn() local 406 full.recordData(0, MINUTE_IN_MILLIS, in testIgnoreFieldsRecordIn() 409 partial.recordEntireHistory(full); in testIgnoreFieldsRecordIn() 416 final NetworkStatsHistory full = new NetworkStatsHistory(MINUTE_IN_MILLIS, 0, FIELD_ALL); in testIgnoreFieldsRecordOut() local 423 full.recordEntireHistory(partial); in testIgnoreFieldsRecordOut() 425 assertFullValues(full, MINUTE_IN_MILLIS, 0L, 10L, 0L, 0L, 4L); in testIgnoreFieldsRecordOut()
|
/packages/modules/adb/proto/ |
D | Android.bp | 143 type: "full", 186 type: "full",
|
/packages/modules/Bluetooth/tools/rootcanal/ |
D | Android.bp | 172 "libprotobuf-cpp-full", 291 "libprotobuf-cpp-full", 361 "libprotobuf-cpp-full", 398 "libprotobuf-cpp-full",
|
/packages/modules/Virtualization/docs/debug/ |
D | README.md | 35 adb shell /apex/com.android.virt/bin/vm run-microdroid --debug full 42 vm_shell start-microdroid --auto-connect -- --protected --debug full 45 Note: `--debug full` is the default option when omitted. You need to explicitly
|
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/ |
D | Cargo.toml | 10 syn = { version = "1.0.58", features = ['default', 'full'] }
|
/packages/apps/Settings/tests/robotests/ |
D | README.md | 4 ## The full suite
|
/packages/modules/Bluetooth/tools/rootcanal/proto/ |
D | Android.bp | 22 "libprotobuf-cpp-full",
|
/packages/modules/Bluetooth/system/build/dpkg/floss/package/lib/systemd/system/ |
D | btmanagerd.service | 15 ProtectSystem=full
|
D | btadapterd@.service | 18 ProtectSystem=full
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | AppBridge.java | 49 public abstract void onFullScreenChanged(boolean full); in onFullScreenChanged() argument
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/ |
D | PermissionAppsFragment.java | 496 PreferenceCategory full = findPreference(STORAGE_ALLOWED_FULL); in onPackagesLoaded() local 498 if (full.getPreferenceCount() == 0) { in onPackagesLoaded() 503 full.addPreference(empty); in onPackagesLoaded() 513 KotlinUtils.INSTANCE.sortPreferenceGroup(full, this::comparePreference, false); in onPackagesLoaded()
|
/packages/modules/Virtualization/microdroid/payload/ |
D | Android.bp | 24 type: "full",
|
/packages/modules/Bluetooth/system/ |
D | Android.mk | 43 $(HOST_OUT_SHARED_LIBRARIES)/libprotobuf-cpp-full.so \ 67 $(TARGET_OUT_SHARED_LIBRARIES)/libprotobuf-cpp-full.so \
|
/packages/apps/Car/Cluster/ClusterHomeSample/ |
D | README.md | 24 0 (full mode): All VHAL properties in ClusterHalService#CORE_PROPERTIES must be 72 The cluster application makes full use of the `ClusterHomeManager` APIs in the FULL mode.
|