Searched refs:totalBytesIndex (Results 1 – 1 of 1) sorted by relevance
269 final int totalBytesIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES); in updateActiveNotification() local281 long total = cursor.getLong(totalBytesIndex); in updateActiveNotification()