/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/Wifi/framework/tests/src/android/net/wifi/p2p/ |
D | WifiP2pDeviceTest.java | 86 WifiP2pDevice copy = new WifiP2pDevice(device); in testCopyConstructorWithDefaultValues() local 105 WifiP2pDevice copy = new WifiP2pDevice(device); in testCopyConstructorWithUpdatedValues() local 124 WifiP2pDevice copy = new WifiP2pDevice(device); in testCopyConstructorWithNullWfdInfo() local
|
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/data/user/ |
D | UserDataCollectorTest.java | 191 HashMap<String, Long> copy = new HashMap<>(); in copyAppUsageMap() local 199 HashMap<LocationInfo, Long> copy = new HashMap<>(); in copyLocationMap() local 207 Deque<AppUsageEntry> copy = new ArrayDeque<>(); in copyAppUsageEntries() local 215 Deque<LocationInfo> copy = new ArrayDeque<>(); in copyLocationEntries() 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/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | SoftApConfigurationTest.java | 137 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testBasicSettings() local 194 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testWpa2() local 267 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testWpa2WithAllFieldCustomized() local 293 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testWpa3Sae() local 320 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testWpa3SaeTransition() local 347 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testWpa3OweTransition() local 379 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/modules/AppSearch/framework/java/external/android/app/appsearch/ |
D | GetByDocumentIdRequest.java | 82 Map<String, List<String>> copy = new ArrayMap<>(); in getProjections() local 99 Map<String, List<PropertyPath>> copy = new ArrayMap<>(mTypePropertyPathsMap.size()); in getProjectionPaths() local
|
D | GetSchemaResponse.java | 139 Map<String, Set<PackageIdentifier>> copy = new ArrayMap<>(); in getSchemaTypesVisibleToPackages() local 187 Map<String, Set<Set<Integer>>> copy = new ArrayMap<>(); in getRequiredPermissionsForSchemaTypeVisibility() local
|
/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 | 56 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/services/Car/car-builtin-lib/src/android/car/builtin/view/ |
D | SurfaceControlHelper.java | 77 public static SurfaceControl copy(SurfaceControl source) { in copy() method in SurfaceControlHelper
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | ControlPoint.java | 50 public ControlPoint copy() { in copy() method in ControlPoint
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | CellAndSpan.java | 31 public void copyFrom(CellAndSpan copy) { in copyFrom()
|
/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/model/data/ |
D | PackageItemInfo.java | 50 public PackageItemInfo(PackageItemInfo copy) { in PackageItemInfo() method in PackageItemInfo
|