Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java274 final int destinationIndex = cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION); in updateActiveNotification() local
285 String destination = cursor.getString(destinationIndex); in updateActiveNotification()