Searched refs:mAccepted (Results 1 – 1 of 1) sorted by relevance
90 private int mAccepted = BluetoothShare.USER_CONFIRMATION_PENDING; field in BluetoothOppObexServerSession192 if (mAccepted == BluetoothShare.USER_CONFIRMATION_DENIED) { in onPut()281 if (!mServerBlocking && (mAccepted == BluetoothShare.USER_CONFIRMATION_CONFIRMED in onPut()282 || mAccepted == BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED)) { in onPut()341 mAccepted = mInfo.mConfirm; in onPut()344 Log.v(TAG, "after confirm: userAccepted=" + mAccepted); in onPut()350 if (mAccepted == BluetoothShare.USER_CONFIRMATION_CONFIRMED in onPut()351 || mAccepted == BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED in onPut()352 || mAccepted == BluetoothShare.USER_CONFIRMATION_HANDOVER_CONFIRMED) { in onPut()398 } else if (mAccepted == BluetoothShare.USER_CONFIRMATION_DENIED in onPut()[all …]