/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/phr/src/android/healthconnect/cts/phr/ |
D | GetMedicalDataSourcesRequestTest.java | 73 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
|
D | DeleteMedicalResourcesRequestTest.java | 152 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
|
D | UpsertMedicalResourceRequestTest.java | 88 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/ |
D | RestorableSnapshot.kt | 43 fun copy( in copy() method in com.android.wallpaper.picker.undo.shared.model.RestorableSnapshot
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | GroupTask.kt | 48 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
|
D | DesktopTask.kt | 30 override fun copy() = DesktopTask(deskId, displayId, tasks) in copy() method
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/p2p/ |
D | WifiP2pDeviceTest.java | 94 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/ |
D | SoftApConfigurationTest.java | 145 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/ |
D | GetSchemaResponse.java | 147 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/ |
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/Launcher3/src/com/android/launcher3/widget/model/ |
D | WidgetsListExpandActionEntry.java | 40 public WidgetsListBaseEntry copy() { in copy() method in WidgetsListExpandActionEntry
|
D | WidgetListSpaceEntry.java | 38 public WidgetsListBaseEntry copy() { in copy() method in WidgetListSpaceEntry
|
D | WidgetsListBaseEntry.java | 48 public abstract WidgetsListBaseEntry copy(); in copy() method in WidgetsListBaseEntry
|
/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
|
/packages/apps/Car/systemlibs/car-scalable-ui-lib/test/unit/src/com/android/car/scalableui/model/ |
D | VisibilityTest.java | 45 Visibility copy = new Visibility(original); in testVisibilityCopyConstructor() local
|
/packages/modules/Connectivity/tests/unit/java/android/net/ |
D | IpSecConfigTest.java | 95 IpSecConfig copy = new IpSecConfig(original); in testCopyConstructor() local
|
/packages/modules/DnsResolver/ |
D | LockedQueue.h | 62 std::deque<T> copy() const { in copy() function
|
/packages/services/Car/tests/CarLibUnitTest/src/android/car/navigation/ |
D | CarNavigationInstrumentClusterTest.java | 37 CarNavigationInstrumentCluster copy = new CarNavigationInstrumentCluster( in testCopyConstructor_constructsAsExpected() local
|