Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppReceiver.java193 int userConfirmation = cursor.getInt(userConfirmationColumn); in onReceive() local
194 if (((userConfirmation == BluetoothShare.USER_CONFIRMATION_PENDING)) in onReceive()