Home
last modified time | relevance | path

Searched defs:clone (Results 1 – 25 of 51) sorted by relevance

123

/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DTestResourceHelper.kt29 var clone = styleId.clone() in obtainStyledAttributes() variable
/packages/apps/Launcher3/src/com/android/launcher3/model/
DStringCache.java236 public StringCache clone() { in clone() method in StringCache
237 StringCache clone = new StringCache(); in clone() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/audio_util/helpers/
DFolder.java31 public Folder clone() { in clone() method in Folder
DListItem.java35 public ListItem clone() { in clone() method in ListItem
DMetadata.java40 public Metadata clone() { in clone() method in Metadata
/packages/apps/Launcher3/src/com/android/launcher3/
DPendingAddItemInfo.java64 public PendingAddItemInfo clone() { in clone() method in PendingAddItemInfo
/packages/services/Car/car-lib/src/com/android/car/internal/util/
DLongArray.java155 public LongArray clone() { in clone() method in LongArray
156 LongArray clone = null; in clone() local
DIntArray.java180 public IntArray clone() throws CloneNotSupportedException { in clone() method in IntArray
181 final IntArray clone = (IntArray) super.clone(); in clone() local
/packages/apps/Launcher3/src/com/android/launcher3/util/
DIntSparseArrayMap.java37 public IntSparseArrayMap<E> clone() { in clone() method in IntSparseArrayMap
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DLongArray.java147 public LongArray clone() { in clone() method in LongArray
148 LongArray clone = null; in clone() local
/packages/services/Car/cpp/computepipe/router/1.0/
DPipeRunner.cpp53 PipeHandle<PipeRunner>* RunnerHandle::clone() const { in clone() function in android::automotive::computepipe::router::V1_0::implementation::RunnerHandle
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/bluetooth/
DBluetoothGattUtils.java69 public static BluetoothGattCharacteristic clone(BluetoothGattCharacteristic characteristic) in clone() method in BluetoothGattUtils
/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DPackageItemInfo.java63 public PackageItemInfo clone() { in clone() method in PackageItemInfo
DWorkspaceItemInfo.java231 public WorkspaceItemInfo clone() { in clone() method in WorkspaceItemInfo
DAppInfo.java184 public AppInfo clone() { in clone() method in AppInfo
/packages/modules/Virtualization/libs/binder_common/
Dlazy_service.rs68 fn clone(&self) -> Self { in clone() method
/packages/apps/SecureElement/src/com/android/se/security/
DApduFilter.java70 public ApduFilter clone() { in clone() method in ApduFilter
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DUidTraffic.java104 public UidTraffic clone() { in clone() method in UidTraffic
/packages/modules/Bluetooth/system/gd/rust/stack/src/hci/
Dfacade.rs104 let mut clone = self.clone(); in request_event() localVariable
117 let mut clone = self.clone(); in request_le_subevent() localVariable
Dcontroller_facade.rs49 let clone = self.clone(); in get_mac_address() localVariable
58 let mut clone = self.clone(); in write_local_name() localVariable
68 let mut clone = self.clone(); in get_local_name() localVariable
86 let clone = self.clone(); in is_supported_command() localVariable
101 let clone = self.clone(); in get_le_number_of_supported_advertising_sets() localVariable
343 let clone = self.clone(); in supports_ble_extended_advertising() localVariable
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/hal/test/
DHidlVehiclePropValueBuilder.java44 private VehiclePropValue clone(VehiclePropValue propValue) { in clone() method in HidlVehiclePropValueBuilder
DHidlVehiclePropConfigBuilder.java46 private VehiclePropConfig clone(VehiclePropConfig propConfig) { in clone() method in HidlVehiclePropConfigBuilder
DAidlVehiclePropValueBuilder.java57 private VehiclePropValue clone(VehiclePropValue propValue) { in clone() method in AidlVehiclePropValueBuilder
/packages/modules/IntentResolver/java/src/com/android/intentresolver/chooser/
DMultiDisplayResolveInfo.java113 MultiDisplayResolveInfo clone = new MultiDisplayResolveInfo(targetInfos); in tryToCloneWithAppliedRefinement() local
/packages/apps/Tag/src/com/android/apps/tag/record/
DRecordUtils.java94 Intent clone = new Intent(intent); in getViewsForIntent() local

123