Searched refs:mAccepted (Results 1 – 1 of 1) sorted by relevance
89 private int mAccepted = BluetoothShare.USER_CONFIRMATION_PENDING; field in BluetoothOppObexServerSession191 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 …]