Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java309 final int currentBytesIndex = cursor.getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES); in updateActiveNotification() local
321 long current = cursor.getLong(currentBytesIndex); in updateActiveNotification()