Home
last modified time | relevance | path

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

12345

/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/Wifi/framework/tests/src/android/net/wifi/p2p/
DWifiP2pDeviceTest.java86 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/
DUserDataCollectorTest.java191 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/
DRestorableSnapshot.kt43 fun copy( in copy() method in com.android.wallpaper.picker.undo.shared.model.RestorableSnapshot
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DSoftApConfigurationTest.java137 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/
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/modules/AppSearch/framework/java/external/android/app/appsearch/
DGetByDocumentIdRequest.java82 Map<String, List<String>> copy = new ArrayMap<>(); in getProjections() local
99 Map<String, List<PropertyPath>> copy = new ArrayMap<>(mTypePropertyPathsMap.size()); in getProjectionPaths() local
DGetSchemaResponse.java139 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/
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.java56 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/services/Car/car-builtin-lib/src/android/car/builtin/view/
DSurfaceControlHelper.java77 public static SurfaceControl copy(SurfaceControl source) { in copy() method in SurfaceControlHelper
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DControlPoint.java50 public ControlPoint copy() { in copy() method in ControlPoint
/packages/apps/Launcher3/src/com/android/launcher3/util/
DCellAndSpan.java31 public void copyFrom(CellAndSpan copy) { in copyFrom()
/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/model/data/
DPackageItemInfo.java50 public PackageItemInfo(PackageItemInfo copy) { in PackageItemInfo() method in PackageItemInfo

12345