Home
last modified time | relevance | path

Searched refs:USER_CONFIRMATION_CONFIRMED (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppObexServerSessionTest.java140 int confirm = BluetoothShare.USER_CONFIRMATION_CONFIRMED; in addShare_updatesShareInfo()
253 int confirm = BluetoothShare.USER_CONFIRMATION_CONFIRMED; in onPut_returnsObexHttpOk()
289 mServerSession.mAccepted = BluetoothShare.USER_CONFIRMATION_CONFIRMED; in onPut_returnsObexHttpOk()
DBluetoothOppObexClientSessionTest.java99 int confirm = BluetoothShare.USER_CONFIRMATION_CONFIRMED; in startThenStop_startsAndStopsClientThread()
167 int confirm = BluetoothShare.USER_CONFIRMATION_CONFIRMED; in clientThreadSendFile_clientSessionDisconnected_returnsObexDataError()
DBluetoothOppNotificationTest.java135 int confirmation = BluetoothShare.USER_CONFIRMATION_CONFIRMED; in updateActiveNotification()
215 int confirmation = BluetoothShare.USER_CONFIRMATION_CONFIRMED; in updateCompletedNotification_withOutBoundShare_showsNoti()
295 int confirmation = BluetoothShare.USER_CONFIRMATION_CONFIRMED; in updateCompletedNotification_withInBoundShare_showsNoti()
DBluetoothOppShareInfoTest.java42 private int confirm = BluetoothShare.USER_CONFIRMATION_CONFIRMED;
DBluetoothOppReceiverTest.java166 BluetoothShare.USER_CONFIRMATION_CONFIRMED, in onReceive_withActionAccept_updatesContents()
427 BluetoothShare.USER_CONFIRMATION_CONFIRMED))); in onReceive_withActionTransferComplete_noBroadcastSent()
DIncomingFileConfirmActivityTest.java224 BluetoothShare.USER_CONFIRMATION_CONFIRMED, in onCreate_clickConfirmOk_saveUSER_CONFIRMATION_CONFIRMED()
DTestActivity.java309 BluetoothShare.USER_CONFIRMATION_CONFIRMED);
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothShare.java190 public static final int USER_CONFIRMATION_CONFIRMED = 1; field in BluetoothShare
DBluetoothOppIncomingFileConfirmActivity.java158 BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_CONFIRMED); in onIncomingFileConfirmOk()
DBluetoothOppObexServerSession.java301 && (mAccepted == BluetoothShare.USER_CONFIRMATION_CONFIRMED in onPut()
376 if (mAccepted == BluetoothShare.USER_CONFIRMATION_CONFIRMED in onPut()
DBluetoothOppReceiver.java128 BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_CONFIRMED); in onReceive()
DBluetoothOppNotification.java83 + BluetoothShare.USER_CONFIRMATION_CONFIRMED
DBluetoothOppService.java1205 == BluetoothShare.USER_CONFIRMATION_CONFIRMED) { in removeBatch()