Searched defs:copyOf (Results 1 – 9 of 9) sorted by relevance
3519 private static CellularServiceState copyOf(CellularServiceState source) throws Exception { in copyOf() method in PersistAtomsStorageTest3523 private static CellularDataServiceSwitch copyOf(CellularDataServiceSwitch source) in copyOf() method in PersistAtomsStorageTest3528 private static ImsRegistrationStats copyOf(ImsRegistrationStats source) throws Exception { in copyOf() method in PersistAtomsStorageTest3532 private static ImsRegistrationTermination copyOf(ImsRegistrationTermination source) in copyOf() method in PersistAtomsStorageTest3537 private static DataCallSession copyOf(DataCallSession source) in copyOf() method in PersistAtomsStorageTest3542 private static ImsRegistrationFeatureTagStats copyOf(ImsRegistrationFeatureTagStats source) in copyOf() method in PersistAtomsStorageTest3547 private static RcsAcsProvisioningStats copyOf(RcsAcsProvisioningStats source) in copyOf() method in PersistAtomsStorageTest3552 private static ImsRegistrationServiceDescStats copyOf(ImsRegistrationServiceDescStats source) in copyOf() method in PersistAtomsStorageTest3557 private static ImsDedicatedBearerListenerEvent copyOf(ImsDedicatedBearerListenerEvent source) in copyOf() method in PersistAtomsStorageTest3562 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
271 private static DataCallSession copyOf(DataCallSession call) { in copyOf() method in DataCallSessionStats
214 private static CellularServiceState copyOf(CellularServiceState state) { in copyOf() method in ServiceStateStats
441 private static ImsRegistrationStats copyOf(ImsRegistrationStats source) { in copyOf() method in ImsStats
389 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
954 private byte[] copyOf(byte[] data) { in copyOf() method in LockSettingsStorage.Cache