Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppObexServerSession.java89 private int mAccepted = BluetoothShare.USER_CONFIRMATION_PENDING; field in BluetoothOppObexServerSession
191 if (mAccepted == BluetoothShare.USER_CONFIRMATION_DENIED) { in onPut()
280 if (!mServerBlocking && (mAccepted == BluetoothShare.USER_CONFIRMATION_CONFIRMED in onPut()
281 || mAccepted == BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED)) { in onPut()
340 mAccepted = mInfo.mConfirm; in onPut()
343 Log.v(TAG, "after confirm: userAccepted=" + mAccepted); in onPut()
349 if (mAccepted == BluetoothShare.USER_CONFIRMATION_CONFIRMED in onPut()
350 || mAccepted == BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED in onPut()
351 || mAccepted == BluetoothShare.USER_CONFIRMATION_HANDOVER_CONFIRMED) { in onPut()
397 } else if (mAccepted == BluetoothShare.USER_CONFIRMATION_DENIED in onPut()
[all …]