Home
last modified time | relevance | path

Searched refs:USER_CONFIRMATION_PENDING (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothShare.java187 public static final int USER_CONFIRMATION_PENDING = 0; field in BluetoothShare
DBluetoothOppService.java194 + BluetoothShare.USER_CONFIRMATION_PENDING;
994 || newConfirm == BluetoothShare.USER_CONFIRMATION_PENDING)) { in updateShare()
1000 if (info.mConfirm == BluetoothShare.USER_CONFIRMATION_PENDING in updateShare()
1001 && newConfirm != BluetoothShare.USER_CONFIRMATION_PENDING) { in updateShare()
DBluetoothOppReceiver.java173 if (((userConfirmation == BluetoothShare.USER_CONFIRMATION_PENDING)) in onReceive()
DBluetoothOppProvider.java331 con = BluetoothShare.USER_CONFIRMATION_PENDING; in insert()
DBluetoothOppObexServerSession.java87 @VisibleForTesting public int mAccepted = BluetoothShare.USER_CONFIRMATION_PENDING;
DBluetoothOppNotification.java129 + BluetoothShare.USER_CONFIRMATION_PENDING
DBluetoothOppTransfer.java144 == BluetoothShare.USER_CONFIRMATION_PENDING)) { in onReceive()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppTransferTest.java379 transfer.mCurrentShare.mConfirm = BluetoothShare.USER_CONFIRMATION_PENDING; in oppConnectionReceiver_onReceiveWithActionAclDisconnected_sendsConnectTimeout()
402 transfer.mCurrentShare.mConfirm = BluetoothShare.USER_CONFIRMATION_PENDING; in oppConnectionReceiver_onReceiveWithActionSdpRecord_withoutSdpRecord()
DBluetoothOppReceiverTest.java185 BluetoothShare.USER_CONFIRMATION_PENDING))); in onReceive_withActionHide_contentUpdate()
DBluetoothOppNotificationTest.java375 int confirmation = BluetoothShare.USER_CONFIRMATION_PENDING; in updateIncomingFileConfirmationNotification()