Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 25 of 126) 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/phr/src/android/healthconnect/cts/phr/
DGetMedicalDataSourcesRequestTest.java73 GetMedicalDataSourcesRequest copy = in testBuilder_fromExistingBuilder() local
83 GetMedicalDataSourcesRequest.Builder copy = in testBuilder_fromExistingBuilder_changeIndependently() local
97 GetMedicalDataSourcesRequest.Builder copy = in testBuilder_fromExistingBuilderClearPackageNames() local
112 GetMedicalDataSourcesRequest copy = in testBuilder_fromExistingInstance() local
122 GetMedicalDataSourcesRequest.Builder copy = in testBuilder_fromExistingInstance_changeIndependently() local
137 GetMedicalDataSourcesRequest.Builder copy = in testBuilder_fromExistingInstanceClearPackageNames() local
DDeleteMedicalResourcesRequestTest.java152 DeleteMedicalResourcesRequest.Builder copy = in testRequestBuilder_fromExistingBuilder_changeIndependently() local
179 DeleteMedicalResourcesRequest.Builder copy = in testRequestBuilder_fromExistingBuilderClearDataSources() local
196 DeleteMedicalResourcesRequest.Builder copy = in testRequestBuilder_fromExistingBuilderClearMedicalResourceTypes() local
223 DeleteMedicalResourcesRequest.Builder copy = in testRequestBuilder_fromExistingInstance_changeIndependently() local
252 DeleteMedicalResourcesRequest.Builder copy = in testRequestBuilder_fromExistingInstanceClearDataSources() local
267 DeleteMedicalResourcesRequest.Builder copy = in testRequestBuilder_fromExistingInstanceClearMedicalResourceTypes() local
DUpsertMedicalResourceRequestTest.java88 UpsertMedicalResourceRequest copy = in testUpsertMedicalResourceRequest_fromExistingBuilder() local
100 UpsertMedicalResourceRequest copy = in testUpsertMedicalResourceRequest_fromExistingRequest() local
116 UpsertMedicalResourceRequest copy = in testWriteToParcelThenRestore_objectsAreIdentical() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/undo/shared/model/
DRestorableSnapshot.kt43 fun copy( in copy() method in com.android.wallpaper.picker.undo.shared.model.RestorableSnapshot
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DGroupTask.kt48 abstract fun copy(): GroupTask in isEmpty() method in com.android.quickstep.util.GroupTask
65 override fun copy() = SingleTask(task) in hashCode() method
106 override fun copy() = SplitTask(tasks[0], tasks[1], splitBounds) in copy() method
DDesktopTask.kt30 override fun copy() = DesktopTask(deskId, displayId, tasks) in copy() method
/packages/modules/Wifi/framework/tests/src/android/net/wifi/p2p/
DWifiP2pDeviceTest.java94 WifiP2pDevice copy = new WifiP2pDevice(device); in testCopyConstructorWithDefaultValues() local
113 WifiP2pDevice copy = new WifiP2pDevice(device); in testCopyConstructorWithUpdatedValues() local
132 WifiP2pDevice copy = new WifiP2pDevice(device); in testCopyConstructorWithNullWfdInfo() local
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DSoftApConfigurationTest.java145 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testBasicSettings() local
202 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testWpa2() local
280 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testWpa2WithAllFieldCustomized() local
306 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testWpa3Sae() local
333 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testWpa3SaeTransition() local
360 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testWpa3OweTransition() local
392 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testWpa3Owe() local
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DGetSchemaResponse.java147 Set<String> copy = new ArraySet<>(); in getSchemaTypesNotDisplayedBySystem() local
165 Map<String, Set<PackageIdentifier>> copy = new ArrayMap<>(); in getSchemaTypesVisibleToPackages() local
214 Map<String, Set<Set<Integer>>> copy = new ArrayMap<>(); in getRequiredPermissionsForSchemaTypeVisibility() local
240 Map<String, PackageIdentifier> copy = new ArrayMap<>(); in getPubliclyVisibleSchemas() local
264 Map<String, Set<SchemaVisibilityConfig>> copy = new ArrayMap<>(); in getSchemaTypesVisibleToConfigs() 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/Launcher3/src/com/android/launcher3/widget/model/
DWidgetsListExpandActionEntry.java40 public WidgetsListBaseEntry copy() { in copy() method in WidgetsListExpandActionEntry
DWidgetListSpaceEntry.java38 public WidgetsListBaseEntry copy() { in copy() method in WidgetListSpaceEntry
DWidgetsListBaseEntry.java48 public abstract WidgetsListBaseEntry copy(); in copy() method in WidgetsListBaseEntry
/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
/packages/apps/Car/systemlibs/car-scalable-ui-lib/test/unit/src/com/android/car/scalableui/model/
DVisibilityTest.java45 Visibility copy = new Visibility(original); in testVisibilityCopyConstructor() local
/packages/modules/Connectivity/tests/unit/java/android/net/
DIpSecConfigTest.java95 IpSecConfig copy = new IpSecConfig(original); in testCopyConstructor() local
/packages/modules/DnsResolver/
DLockedQueue.h62 std::deque<T> copy() const { in copy() function
/packages/services/Car/tests/CarLibUnitTest/src/android/car/navigation/
DCarNavigationInstrumentClusterTest.java37 CarNavigationInstrumentCluster copy = new CarNavigationInstrumentCluster( in testCopyConstructor_constructsAsExpected() local

123456