Home
last modified time | relevance | path

Searched refs:USER_CONFIRMATION_AUTO_CONFIRMED (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothShare.java193 public static final int USER_CONFIRMATION_AUTO_CONFIRMED = 2; field in BluetoothShare
DBluetoothOppObexServerSession.java302 || mAccepted == BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED)) { in onPut()
305 BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED); in onPut()
377 || mAccepted == BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED in onPut()
DBluetoothOppProvider.java328 con = BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED; in insert()
DBluetoothOppNotification.java87 + BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED
DBluetoothOppTransfer.java964 && (mCurrentShare.mConfirm == BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED in onShareAdded()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppTransferTest.java76 private final int mConfirm = BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED;
155 BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED, in onShareAdded_checkFirstPendingShare()