Searched defs:copyOf (Results 1 – 8 of 8) sorted by relevance
5746 private static CellularServiceState copyOf(CellularServiceState source) throws Exception { in copyOf() method in PersistAtomsStorageTest5750 private static CellularDataServiceSwitch copyOf(CellularDataServiceSwitch source) in copyOf() method in PersistAtomsStorageTest5755 private static ImsRegistrationStats copyOf(ImsRegistrationStats source) throws Exception { in copyOf() method in PersistAtomsStorageTest5759 private static ImsRegistrationTermination copyOf(ImsRegistrationTermination source) in copyOf() method in PersistAtomsStorageTest5764 private static DataCallSession copyOf(DataCallSession source) in copyOf() method in PersistAtomsStorageTest5769 private static ImsRegistrationFeatureTagStats copyOf(ImsRegistrationFeatureTagStats source) in copyOf() method in PersistAtomsStorageTest5774 private static RcsAcsProvisioningStats copyOf(RcsAcsProvisioningStats source) in copyOf() method in PersistAtomsStorageTest5779 private static ImsRegistrationServiceDescStats copyOf(ImsRegistrationServiceDescStats source) in copyOf() method in PersistAtomsStorageTest5784 private static ImsDedicatedBearerListenerEvent copyOf(ImsDedicatedBearerListenerEvent source) in copyOf() method in PersistAtomsStorageTest5789 private static ImsDedicatedBearerEvent copyOf(ImsDedicatedBearerEvent source) in copyOf() method in PersistAtomsStorageTest[all …]
403 public static @NonNull <T> List<T> copyOf(@Nullable List<T> cur) { in copyOf() method in CollectionUtils410 public static @NonNull <T> Set<T> copyOf(@Nullable Set<T> cur) { in copyOf() method in CollectionUtils
143 private static <T> List<T> copyOf(List<T> list) { in copyOf() method in VpnConfig
284 private static DataCallSession copyOf(DataCallSession call) { in copyOf() method in DataCallSessionStats
306 private static CellularServiceState copyOf(CellularServiceState state) { in copyOf() method in ServiceStateStats
401 private static SipDelegateStats copyOf(@NonNull SipDelegateStats source) { in copyOf() method in RcsStats
319 public static String[] copyOf(String[] source, int newSize) { in copyOf() method in Utils
935 private byte[] copyOf(byte[] data) { in copyOf() method in LockSettingsStorage.Cache