Searched refs:copyArray (Results 1 – 3 of 3) sorted by relevance
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/ |
D | SortedList.java | 170 addAllInternal(copyArray(items)); in addAll() 222 replaceAllInternal(copyArray(items)); in replaceAll() 812 private T[] copyArray(T[] items) { in copyArray() method in SortedList
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareNativeApi.java | 713 copyArray(dest, req.addr); in sendMessage() 912 copyArray(peer, req.peerDiscMacAddr); in initiateDataPath() 921 copyArray(pmk, req.securityConfig.pmk); in initiateDataPath() 995 copyArray(pmk, req.securityConfig.pmk); in respondToDataPathRequest() 1133 private void copyArray(byte[] from, byte[] to) { in copyArray() method in WifiAwareNativeApi
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 1428 mUnpluggedCounts = copyArray(mCounts, mUnpluggedCounts); in onTimeStarted() 1437 long[] val = copyArray(mCounts, null); in getCountsLocked() 1497 mLoadedCounts = copyArray(mCounts, mLoadedCounts); in readSummaryFromParcelLocked() 1498 mUnpluggedCounts = copyArray(mCounts, mUnpluggedCounts); in readSummaryFromParcelLocked() 1555 private static long[] copyArray(long[] src, long[] dest) { in copyArray() method in BatteryStatsImpl.LongSamplingCounterArray
|