Home
last modified time | relevance | path

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

1234

/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.java77 WifiP2pDevice copy = new WifiP2pDevice(device); in testCopyConstructorWithDefaultValues() local
96 WifiP2pDevice copy = new WifiP2pDevice(device); in testCopyConstructorWithUpdatedValues() local
115 WifiP2pDevice copy = new WifiP2pDevice(device); in testCopyConstructorWithNullWfdInfo() local
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DSoftApConfigurationTest.java105 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testBasicSettings() local
129 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testWpa2() local
187 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testWpa2WithAllFieldCustomized() local
213 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testWpa3Sae() local
240 SoftApConfiguration copy = new SoftApConfiguration.Builder(original).build(); in testWpa3SaeTransition() local
/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DNodeCopier.java33 AccessibilityNodeInfo copy(@Nullable AccessibilityNodeInfo node) { in copy() method in NodeCopier
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/util/
DCarAppsIOUtils.java30 public static void copy(InputStream input, OutputStream output) throws IOException { in copy() method in CarAppsIOUtils
/packages/modules/StatsD/statsd/benchmark/
Dhello_world_benchmark.cpp27 while (state.KeepRunning()) std::string copy(x); in BM_StringCopy() 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/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
DFilterImageBorderRepresentation.java40 public FilterRepresentation copy() { in copy() method in FilterImageBorderRepresentation
DFilterPointRepresentation.java34 public abstract FilterRepresentation copy(); in copy() method in FilterPointRepresentation
/packages/apps/Settings/src/com/android/settings/deviceinfo/hardwareinfo/
DHardwareRevisionPreferenceController.java45 public void copy() { in copy() method in HardwareRevisionPreferenceController
DSerialNumberPreferenceController.java44 public void copy() { in copy() method in SerialNumberPreferenceController
/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/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/apps/Settings/src/com/android/settings/development/
DAdbDeviceNamePreferenceController.java69 public void copy() { in copy() method in AdbDeviceNamePreferenceController
/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.java53 public static long copy(InputStream from, OutputStream to) throws IOException { in copy() method in IOUtils
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DControlPoint.java50 public ControlPoint copy() { in copy() method in ControlPoint
/packages/apps/Settings/src/com/android/settings/slices/
DSliceable.java92 default void copy() { in copy() method
/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DPackageItemInfo.java57 public PackageItemInfo(PackageItemInfo copy) { in PackageItemInfo() method in PackageItemInfo
/packages/apps/Settings/src/com/android/settings/deviceinfo/firmwareversion/
DFirmwareVersionDetailPreferenceController.java130 public void copy() { in copy() method in FirmwareVersionDetailPreferenceController

1234