Home
last modified time | relevance | path

Searched refs:full (Results 1 – 25 of 117) sorted by relevance

12345

/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DAndroid.bp32 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/
DAndroid.bp25 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/
DSyncManager.java188 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/
DAndroid.bp26 "libprotobuf-java-full",
29 type: "full",
/packages/modules/StatsD/tests/
DAndroid.bp39 "host-libprotobuf-java-full",
46 "perfetto_config-full",
/packages/modules/GeoTZ/tzs2storage/tools/
DAndroid.bp29 "libprotobuf-java-full",
38 type: "full",
/packages/modules/ExtServices/java/src/android/ext/services/autofill/
DREADME.md7 AutofillService. The full match is 1.0 (representing 100%), while a full mismatch is 0.0.
/packages/apps/Camera2/src/com/android/camera/app/
DMemoryManagerImpl.java127 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/
DPermissionActivity.java788 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/
Dconfig.proto17 // 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/
DAndroid.bp45 "libprotobuf-cpp-full",
81 "libprotobuf-cpp-full",
/packages/modules/Connectivity/tests/unit/java/android/net/
DNetworkStatsHistoryTest.java402 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/
DAndroid.bp143 type: "full",
186 type: "full",
/packages/modules/Bluetooth/tools/rootcanal/
DAndroid.bp172 "libprotobuf-cpp-full",
291 "libprotobuf-cpp-full",
361 "libprotobuf-cpp-full",
398 "libprotobuf-cpp-full",
/packages/modules/Virtualization/docs/debug/
DREADME.md35 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/
DCargo.toml10 syn = { version = "1.0.58", features = ['default', 'full'] }
/packages/apps/Settings/tests/robotests/
DREADME.md4 ## The full suite
/packages/modules/Bluetooth/tools/rootcanal/proto/
DAndroid.bp22 "libprotobuf-cpp-full",
/packages/modules/Bluetooth/system/build/dpkg/floss/package/lib/systemd/system/
Dbtmanagerd.service15 ProtectSystem=full
Dbtadapterd@.service18 ProtectSystem=full
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAppBridge.java49 public abstract void onFullScreenChanged(boolean full); in onFullScreenChanged() argument
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
DPermissionAppsFragment.java496 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/
DAndroid.bp24 type: "full",
/packages/modules/Bluetooth/system/
DAndroid.mk43 $(HOST_OUT_SHARED_LIBRARIES)/libprotobuf-cpp-full.so \
67 $(TARGET_OUT_SHARED_LIBRARIES)/libprotobuf-cpp-full.so \
/packages/apps/Car/Cluster/ClusterHomeSample/
DREADME.md24 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.

12345