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.java189 + BluetoothShare.USER_CONFIRMATION_PENDING;
1015 || newConfirm == BluetoothShare.USER_CONFIRMATION_PENDING)) { in updateShare()
1021 if (info.mConfirm == BluetoothShare.USER_CONFIRMATION_PENDING in updateShare()
1022 && newConfirm != BluetoothShare.USER_CONFIRMATION_PENDING) { in updateShare()
DBluetoothOppReceiver.java201 if (((userConfirmation == BluetoothShare.USER_CONFIRMATION_PENDING)) in onReceive()
DBluetoothOppProvider.java331 con = BluetoothShare.USER_CONFIRMATION_PENDING; in insert()
DBluetoothOppObexServerSession.java93 @VisibleForTesting public int mAccepted = BluetoothShare.USER_CONFIRMATION_PENDING;
DBluetoothOppNotification.java130 + BluetoothShare.USER_CONFIRMATION_PENDING
DBluetoothOppTransfer.java151 == BluetoothShare.USER_CONFIRMATION_PENDING)) { in onReceive()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppTransferTest.java408 transfer.mCurrentShare.mConfirm = BluetoothShare.USER_CONFIRMATION_PENDING; in oppConnectionReceiver_onReceiveWithActionAclDisconnected_sendsConnectTimeout()
430 transfer.mCurrentShare.mConfirm = BluetoothShare.USER_CONFIRMATION_PENDING; in oppConnectionReceiver_onReceiveWithActionSdpRecord_withoutSdpRecord()
DBluetoothOppNotificationTest.java372 int confirmation = BluetoothShare.USER_CONFIRMATION_PENDING; in updateIncomingFileConfirmationNotification()
DBluetoothOppReceiverTest.java249 BluetoothShare.USER_CONFIRMATION_PENDING))); in onReceive_withActionHide_contentUpdate()