Searched defs:copyOf (Results 1 – 9 of 9) sorted by relevance
4323 private static CellularServiceState copyOf(CellularServiceState source) throws Exception { in copyOf() method in PersistAtomsStorageTest4327 private static CellularDataServiceSwitch copyOf(CellularDataServiceSwitch source) in copyOf() method in PersistAtomsStorageTest4332 private static ImsRegistrationStats copyOf(ImsRegistrationStats source) throws Exception { in copyOf() method in PersistAtomsStorageTest4336 private static ImsRegistrationTermination copyOf(ImsRegistrationTermination source) in copyOf() method in PersistAtomsStorageTest4341 private static DataCallSession copyOf(DataCallSession source) in copyOf() method in PersistAtomsStorageTest4346 private static ImsRegistrationFeatureTagStats copyOf(ImsRegistrationFeatureTagStats source) in copyOf() method in PersistAtomsStorageTest4351 private static RcsAcsProvisioningStats copyOf(RcsAcsProvisioningStats source) in copyOf() method in PersistAtomsStorageTest4356 private static ImsRegistrationServiceDescStats copyOf(ImsRegistrationServiceDescStats source) in copyOf() method in PersistAtomsStorageTest4361 private static ImsDedicatedBearerListenerEvent copyOf(ImsDedicatedBearerListenerEvent source) in copyOf() method in PersistAtomsStorageTest4366 private static ImsDedicatedBearerEvent copyOf(ImsDedicatedBearerEvent source) in copyOf() method in PersistAtomsStorageTest[all …]
401 public static @NonNull <T> List<T> copyOf(@Nullable List<T> cur) { in copyOf() method in CollectionUtils408 public static @NonNull <T> Set<T> copyOf(@Nullable Set<T> cur) { in copyOf() method in CollectionUtils
266 private static DataCallSession copyOf(DataCallSession call) { in copyOf() method in DataCallSessionStats
441 private static ImsRegistrationStats copyOf(ImsRegistrationStats source) { in copyOf() method in ImsStats
287 private static CellularServiceState copyOf(CellularServiceState state) { in copyOf() method in ServiceStateStats
401 private static SipDelegateStats copyOf(@NonNull SipDelegateStats source) { in copyOf() method in RcsStats
143 private static <T> List<T> copyOf(List<T> list) { in copyOf() method in VpnConfig
319 public static String[] copyOf(String[] source, int newSize) { in copyOf() method in Utils
905 private byte[] copyOf(byte[] data) { in copyOf() method in LockSettingsStorage.Cache