Searched refs:mConfirm (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppShareInfo.java59 public int mConfirm; field in class:BluetoothOppShareInfo
82 mConfirm = confirm;
101 //&& mConfirm != BluetoothShare.USER_CONFIRMATION_PENDING) {
H A DBluetoothOppTransfer.java124 + " \n mCurrentShare.mConfirm == "
125 + mCurrentShare.mConfirm);
127 && (mCurrentShare.mConfirm
569 if (mCurrentShare.mConfirm == BluetoothShare.USER_CONFIRMATION_HANDOVER_CONFIRMED) {
806 (mCurrentShare.mConfirm == BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED ||
807 mCurrentShare.mConfirm ==
H A DBluetoothOppService.java643 Log.v(TAG, "CONFIRM : " + info.mConfirm);
765 if (info.mConfirm == BluetoothShare.USER_CONFIRMATION_PENDING
769 info.mConfirm = cursor.getInt(cursor
917 && nextBatch.getPendingShare().mConfirm ==
959 info.mConfirm != BluetoothShare.USER_CONFIRMATION_HANDOVER_CONFIRMED;
H A DBluetoothOppObexServerSession.java336 mAccepted = mInfo.mConfirm;

Completed in 103 milliseconds