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/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppTransferTest.java112 BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED, in setUp()
140 BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED, in onShareAdded_checkFirstPendingShare()
234 BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED, in eventHandler_handleMessage_MSG_SHARE_COMPLETE_shareAdded()
282 BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED, in eventHandler_handleMessage_MSG_SHARE_INTERRUPTED_batchFailed()
314 BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED, in eventHandler_handleMessage_MSG_CONNECT_TIMEOUT()
/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.java285 || mAccepted == BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED)) { in onPut()
288 BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED); in onPut()
360 || mAccepted == BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED in onPut()
DBluetoothOppProvider.java328 con = BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED; in insert()
DBluetoothOppNotification.java86 + BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED
DBluetoothOppTransfer.java958 && (mCurrentShare.mConfirm == BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED in onShareAdded()