Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransfer.java121 + " \n mCurrentShare.mConfirm == " + mCurrentShare.mConfirm); in onReceive()
123 if ((device.equals(mBatch.mDestination)) && (mCurrentShare.mConfirm in onReceive()
611 if (mCurrentShare.mConfirm == BluetoothShare.USER_CONFIRMATION_HANDOVER_CONFIRMED) { in processCurrentShare()
874 mCurrentShare.mConfirm == BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED in onShareAdded()
875 || mCurrentShare.mConfirm in onShareAdded()
DBluetoothOppShareInfo.java59 public int mConfirm; field in BluetoothOppShareInfo
82 mConfirm = confirm; in BluetoothOppShareInfo()
DBluetoothOppService.java750 Log.v(TAG, "CONFIRM : " + info.mConfirm); in insertShare()
875 if (info.mConfirm == BluetoothShare.USER_CONFIRMATION_PENDING in updateShare()
879 info.mConfirm = in updateShare()
1039 && nextBatch.getPendingShare().mConfirm in removeBatch()
1054 && info.mConfirm != BluetoothShare.USER_CONFIRMATION_HANDOVER_CONFIRMED; in scanFileIfNeeded()
DBluetoothOppObexServerSession.java340 mAccepted = mInfo.mConfirm; in onPut()