Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppObexServerSession.java281 || mAccepted == BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED)) { in onPut()
283 BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED); in onPut()
350 || mAccepted == BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED in onPut()
DBluetoothShare.java244 public static final int USER_CONFIRMATION_AUTO_CONFIRMED = 2; field in BluetoothShare
DBluetoothOppProvider.java228 con = BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED; in insert()
DBluetoothOppNotification.java72 + BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED + "' OR "
DBluetoothOppTransfer.java875 mCurrentShare.mConfirm == BluetoothShare.USER_CONFIRMATION_AUTO_CONFIRMED in onShareAdded()