/packages/apps/Launcher3/tests/src/com/android/launcher3/util/ |
D | TestResourceHelper.kt | 29 var clone = styleId.clone() in obtainStyledAttributes() variable
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | StringCache.java | 236 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/ |
D | Folder.java | 31 public Folder clone() { in clone() method in Folder
|
D | ListItem.java | 35 public ListItem clone() { in clone() method in ListItem
|
D | Metadata.java | 40 public Metadata clone() { in clone() method in Metadata
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | PendingAddItemInfo.java | 64 public PendingAddItemInfo clone() { in clone() method in PendingAddItemInfo
|
/packages/services/Car/car-lib/src/com/android/car/internal/util/ |
D | LongArray.java | 155 public LongArray clone() { in clone() method in LongArray 156 LongArray clone = null; in clone() local
|
D | IntArray.java | 180 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/ |
D | IntSparseArrayMap.java | 37 public IntSparseArrayMap<E> clone() { in clone() method in IntSparseArrayMap
|
/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
D | LongArray.java | 147 public LongArray clone() { in clone() method in LongArray 148 LongArray clone = null; in clone() local
|
/packages/services/Car/cpp/computepipe/router/1.0/ |
D | PipeRunner.cpp | 53 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/ |
D | BluetoothGattUtils.java | 69 public static BluetoothGattCharacteristic clone(BluetoothGattCharacteristic characteristic) in clone() method in BluetoothGattUtils
|
/packages/apps/Launcher3/src/com/android/launcher3/model/data/ |
D | PackageItemInfo.java | 63 public PackageItemInfo clone() { in clone() method in PackageItemInfo
|
D | WorkspaceItemInfo.java | 231 public WorkspaceItemInfo clone() { in clone() method in WorkspaceItemInfo
|
D | AppInfo.java | 184 public AppInfo clone() { in clone() method in AppInfo
|
/packages/modules/Virtualization/libs/binder_common/ |
D | lazy_service.rs | 68 fn clone(&self) -> Self { in clone() method
|
/packages/apps/SecureElement/src/com/android/se/security/ |
D | ApduFilter.java | 70 public ApduFilter clone() { in clone() method in ApduFilter
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | UidTraffic.java | 104 public UidTraffic clone() { in clone() method in UidTraffic
|
/packages/modules/Bluetooth/system/gd/rust/stack/src/hci/ |
D | facade.rs | 104 let mut clone = self.clone(); in request_event() localVariable 117 let mut clone = self.clone(); in request_le_subevent() localVariable
|
D | controller_facade.rs | 49 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/ |
D | HidlVehiclePropValueBuilder.java | 44 private VehiclePropValue clone(VehiclePropValue propValue) { in clone() method in HidlVehiclePropValueBuilder
|
D | HidlVehiclePropConfigBuilder.java | 46 private VehiclePropConfig clone(VehiclePropConfig propConfig) { in clone() method in HidlVehiclePropConfigBuilder
|
D | AidlVehiclePropValueBuilder.java | 57 private VehiclePropValue clone(VehiclePropValue propValue) { in clone() method in AidlVehiclePropValueBuilder
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/chooser/ |
D | MultiDisplayResolveInfo.java | 113 MultiDisplayResolveInfo clone = new MultiDisplayResolveInfo(targetInfos); in tryToCloneWithAppliedRefinement() local
|
/packages/apps/Tag/src/com/android/apps/tag/record/ |
D | RecordUtils.java | 94 Intent clone = new Intent(intent); in getViewsForIntent() local
|