Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java308 final int totalBytesIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES); in updateActiveNotification() local
320 long total = cursor.getLong(totalBytesIndex); in updateActiveNotification()