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/
DBluetoothOppShareInfo.java59 public int mConfirm; field in BluetoothOppShareInfo
82 mConfirm = confirm; in BluetoothOppShareInfo()
DBluetoothOppTransfer.java124 + " \n mCurrentShare.mConfirm == " + mCurrentShare.mConfirm); in onReceive()
126 if ((device.equals(mBatch.mDestination)) && (mCurrentShare.mConfirm in onReceive()
617 if (mCurrentShare.mConfirm == BluetoothShare.USER_CONFIRMATION_HANDOVER_CONFIRMED) { in processCurrentShare()
882 mCurrentShare.mConfirm == BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED in onShareAdded()
883 || mCurrentShare.mConfirm in onShareAdded()
DBluetoothOppService.java746 Log.v(TAG, "CONFIRM : " + info.mConfirm); in insertShare()
873 if (info.mConfirm == BluetoothShare.USER_CONFIRMATION_PENDING in updateShare()
877 info.mConfirm = in updateShare()
1037 && nextBatch.getPendingShare().mConfirm in removeBatch()
1052 && info.mConfirm != BluetoothShare.USER_CONFIRMATION_HANDOVER_CONFIRMED; in scanFileIfNeeded()
DBluetoothOppObexServerSession.java341 mAccepted = mInfo.mConfirm; in onPut()