Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 25 of 136) sorted by relevance

123456

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
DHomogenousBiMapTest.java65 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/
DUpsertMedicalResourceRequestTest.java57 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/
DWifiP2pDeviceTest.java93 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/
DRestorableSnapshot.kt43 fun copy( in copy() method
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DGetSchemaResponse.java149 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
DSetSchemaRequest.java224 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/
DSoftApConfigurationTest.java140 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/
DSimCard.java172 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/
DNodeCopier.java33 AccessibilityNodeInfo copy(@Nullable AccessibilityNodeInfo node) { in copy() method in NodeCopier
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/clipping/
DClipStorageTest.java94 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/
DAtomsPushed.java38 public abstract AtomsPushed copy(); in copy() method in AtomsPushed
DAtomsPulled.java38 public abstract AtomsPulled copy(); in copy() method in AtomsPulled
/packages/modules/StatsD/statsd/benchmark/
Dhello_world_benchmark.cpp27 while (state.KeepRunning()) std::string copy(x); in BM_StringCopy() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterDirectRepresentation.java22 public FilterRepresentation copy() { in copy() method in FilterDirectRepresentation
DFilterUserPresetRepresentation.java44 public FilterRepresentation copy(){ in copy() method in FilterUserPresetRepresentation
DFilterRedEyeRepresentation.java38 public FilterRepresentation copy() { in copy() method in FilterRedEyeRepresentation
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DDesktopTask.java62 public DesktopTask copy() { in copy() method in DesktopTask
/packages/services/Car/tests/carservice_unit_test/src/android/car/navigation/
DCarNavigationInstrumentClusterTest.java37 CarNavigationInstrumentCluster copy = new CarNavigationInstrumentCluster( in testCopyConstructor_constructsAsExpected() local
/packages/modules/DnsResolver/
DLockedQueue.h62 std::deque<T> copy() const { in copy() function
/packages/modules/Connectivity/tests/unit/java/android/net/
DIpSecConfigTest.java95 IpSecConfig copy = new IpSecConfig(original); in testCopyConstructor() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DControlPoint.java50 public ControlPoint copy() { in copy() method in ControlPoint
/packages/services/BuiltInPrintService/src/com/android/bips/util/
DFileUtils.java44 public static void copy(InputStream source, OutputStream target) throws IOException { in copy() method in FileUtils
/packages/apps/Launcher3/src/com/android/launcher3/util/
DCellAndSpan.java31 public void copyFrom(CellAndSpan copy) { in copyFrom()
DIOUtils.java52 public static long copy(InputStream from, OutputStream to) throws IOException { in copy() method in IOUtils
/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DPackageItemInfo.java50 public PackageItemInfo(PackageItemInfo copy) { in PackageItemInfo() method in PackageItemInfo

123456