Home
last modified time | relevance | path

Searched refs:copyLong (Results 1 – 2 of 2) sorted by relevance

/packages/apps/ThemePicker/src/com/android/customization/module/
DWallpaperStatsLog.java88 copyLong(buff, pos + 1, elapsedRealtime); in write()
135 private static void copyLong(byte[] buff, int pos, long val) { in copyLong() method in WallpaperStatsLog
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppProvider.java194 private static void copyLong(String key, ContentValues from, ContentValues to) { in copyLong() method in BluetoothOppProvider
217 copyLong(BluetoothShare.TOTAL_BYTES, values, filteredValues); in insert()