Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java269 final int totalBytesIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES); in updateActiveNotification() local
281 long total = cursor.getLong(totalBytesIndex); in updateActiveNotification()