Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java312 final int confirmIndex = cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION); in updateActiveNotification() local
322 int confirmation = cursor.getInt(confirmIndex); in updateActiveNotification()