Searched defs:copyOf (Results 1 – 6 of 6) sorted by relevance
1336 private static CellularServiceState copyOf(CellularServiceState source) throws Exception { in copyOf() method in PersistAtomsStorageTest1340 private static CellularDataServiceSwitch copyOf(CellularDataServiceSwitch source) in copyOf() method in PersistAtomsStorageTest1345 private static ImsRegistrationStats copyOf(ImsRegistrationStats source) throws Exception { in copyOf() method in PersistAtomsStorageTest1349 private static ImsRegistrationTermination copyOf(ImsRegistrationTermination source) in copyOf() method in PersistAtomsStorageTest
394 public static @NonNull <T> List<T> copyOf(@Nullable List<T> cur) { in copyOf() method in CollectionUtils401 public static @NonNull <T> Set<T> copyOf(@Nullable Set<T> cur) { in copyOf() method in CollectionUtils
177 private static CellularServiceState copyOf(CellularServiceState state) { in copyOf() method in ServiceStateStats
404 private static ImsRegistrationStats copyOf(ImsRegistrationStats source) { in copyOf() method in ImsStats
319 public static String[] copyOf(String[] source, int newSize) { in copyOf() method in Utils
947 private byte[] copyOf(byte[] data) { in copyOf() method in LockSettingsStorage.Cache