/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/ |
D | HomogenousBiMapTest.java | 65 HomogenousBiMap<Integer> copy = new HomogenousBiMap<>(); in equals_equalMaps_works() local 73 HomogenousBiMap<Integer> copy = new HomogenousBiMap<>(); in equals_differentMaps_works() local 81 HomogenousBiMap<Integer> copy = new HomogenousBiMap<>(); in hashCode_equalMaps_works() local 89 HomogenousBiMap<Integer> copy = new HomogenousBiMap<>(); in hashCode_differentMaps_works() local
|
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/ |
D | UpsertMedicalResourceRequestTest.java | 57 UpsertMedicalResourceRequest copy = in testUpsertMedicalResourceRequest_fromExistingBuilder() local 69 UpsertMedicalResourceRequest copy = in testUpsertMedicalResourceRequest_fromExistingRequest() local 85 UpsertMedicalResourceRequest copy = in testWriteToParcelThenRestore_objectsAreIdentical() local
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/p2p/ |
D | WifiP2pDeviceTest.java | 93 WifiP2pDevice copy = new WifiP2pDevice(device); in testCopyConstructorWithDefaultValues() local 112 WifiP2pDevice copy = new WifiP2pDevice(device); in testCopyConstructorWithUpdatedValues() local 131 WifiP2pDevice copy = new WifiP2pDevice(device); in testCopyConstructorWithNullWfdInfo() local
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/undo/shared/model/ |
D | RestorableSnapshot.kt | 43 fun copy( in copy() method
|
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/ |
D | GetSchemaResponse.java | 149 Set<String> copy = new ArraySet<>(); in getSchemaTypesNotDisplayedBySystem() local 168 Map<String, Set<PackageIdentifier>> copy = new ArrayMap<>(); in getSchemaTypesVisibleToPackages() local 216 Map<String, Set<Set<Integer>>> copy = new ArrayMap<>(); in getRequiredPermissionsForSchemaTypeVisibility() local 243 Map<String, PackageIdentifier> copy = new ArrayMap<>(); in getPubliclyVisibleSchemas() local 268 Map<String, Set<SchemaVisibilityConfig>> copy = new ArrayMap<>(); in getSchemaTypesVisibleToConfigs() local
|
D | SetSchemaRequest.java | 224 Map<String, Set<PackageIdentifier>> copy = new ArrayMap<>(); in getSchemasVisibleToPackages() local 287 Map<String, Set<SchemaVisibilityConfig>> copy = new ArrayMap<>(); in getSchemasVisibleToConfigs() local 812 ArrayMap<String, Set<Set<Integer>>> copy = new ArrayMap<>(original.size()); in deepCopy() local
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | SoftApConfigurationTest.java | 140 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testBasicSettings() local 197 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testWpa2() local 270 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testWpa2WithAllFieldCustomized() local 296 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testWpa3Sae() local 323 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testWpa3SaeTransition() local 350 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testWpa3OweTransition() local 382 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testWpa3Owe() local
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | SimCard.java | 172 SimCard copy = new SimCard(this); in withImportAndDismissStates() local 187 final SimCard copy = new SimCard(this); in withContacts() local 193 final SimCard copy = new SimCard(this); in withContacts() local
|
/packages/apps/Car/RotaryController/src/com/android/car/rotary/ |
D | NodeCopier.java | 33 AccessibilityNodeInfo copy(@Nullable AccessibilityNodeInfo node) { in copy() method in NodeCopier
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/clipping/ |
D | ClipStorageTest.java | 94 File copy = mStorage.getFile(mSlot); in testRead() local 123 File copy = mStorage.getFile(mSlot); in testReadConcurrently() local
|
/packages/modules/Telephony/libs/TelephonyStatsLib/src/com/android/telephony/statslib/ |
D | AtomsPushed.java | 38 public abstract AtomsPushed copy(); in copy() method in AtomsPushed
|
D | AtomsPulled.java | 38 public abstract AtomsPulled copy(); in copy() method in AtomsPulled
|
/packages/modules/StatsD/statsd/benchmark/ |
D | hello_world_benchmark.cpp | 27 while (state.KeepRunning()) std::string copy(x); in BM_StringCopy() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | FilterDirectRepresentation.java | 22 public FilterRepresentation copy() { in copy() method in FilterDirectRepresentation
|
D | FilterUserPresetRepresentation.java | 44 public FilterRepresentation copy(){ in copy() method in FilterUserPresetRepresentation
|
D | FilterRedEyeRepresentation.java | 38 public FilterRepresentation copy() { in copy() method in FilterRedEyeRepresentation
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | DesktopTask.java | 62 public DesktopTask copy() { in copy() method in DesktopTask
|
/packages/services/Car/tests/carservice_unit_test/src/android/car/navigation/ |
D | CarNavigationInstrumentClusterTest.java | 37 CarNavigationInstrumentCluster copy = new CarNavigationInstrumentCluster( in testCopyConstructor_constructsAsExpected() local
|
/packages/modules/DnsResolver/ |
D | LockedQueue.h | 62 std::deque<T> copy() const { in copy() function
|
/packages/modules/Connectivity/tests/unit/java/android/net/ |
D | IpSecConfigTest.java | 95 IpSecConfig copy = new IpSecConfig(original); in testCopyConstructor() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | ControlPoint.java | 50 public ControlPoint copy() { in copy() method in ControlPoint
|
/packages/services/BuiltInPrintService/src/com/android/bips/util/ |
D | FileUtils.java | 44 public static void copy(InputStream source, OutputStream target) throws IOException { in copy() method in FileUtils
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | CellAndSpan.java | 31 public void copyFrom(CellAndSpan copy) { in copyFrom()
|
D | IOUtils.java | 52 public static long copy(InputStream from, OutputStream to) throws IOException { in copy() method in IOUtils
|
/packages/apps/Launcher3/src/com/android/launcher3/model/data/ |
D | PackageItemInfo.java | 50 public PackageItemInfo(PackageItemInfo copy) { in PackageItemInfo() method in PackageItemInfo
|