Searched refs:copyArray (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareNativeApi.java435 copyArray(dest, req.addr);
629 copyArray(peer, req.peerDiscMacAddr);
638 copyArray(pmk, req.securityConfig.pmk);
702 copyArray(pmk, req.securityConfig.pmk);
800 private void copyArray(byte[] from, byte[] to) { method in class:WifiAwareNativeApi
802 Log.e(TAG, "copyArray error: from=" + from + ", to=" + to);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java975 mCounts = copyArray(mPluggedCounts, mCounts);
994 mUnpluggedCounts = copyArray(mPluggedCounts, mUnpluggedCounts);
999 mPluggedCounts = copyArray(mCounts, mPluggedCounts);
1004 long[] val = copyArray(mTimeBase.isRunning() ? mCounts : mPluggedCounts, null);
1058 mLoadedCounts = copyArray(mCounts, mLoadedCounts);
1059 mUnpluggedCounts = copyArray(mCounts, mUnpluggedCounts);
1060 mPluggedCounts = copyArray(mCounts, mPluggedCounts);
1117 private static long[] copyArray(long[] src, long[] dest) { method in class:BatteryStatsImpl.LongSamplingCounterArray

Completed in 116 milliseconds