Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java274 final int confirmIndex = cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION); in updateActiveNotification() local
284 int confirmation = cursor.getInt(confirmIndex); in updateActiveNotification()