Home
last modified time | relevance | path

Searched refs:USER_CONFIRMATION_DENIED (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothShare.java196 public static final int USER_CONFIRMATION_DENIED = 3; field in BluetoothShare
DBluetoothOppIncomingFileConfirmActivity.java171 BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_DENIED); in onIncomingFileConfirmCancel()
DBluetoothOppObexServerSession.java192 if (mAccepted == BluetoothShare.USER_CONFIRMATION_DENIED) { in onPut()
439 } else if (mAccepted == BluetoothShare.USER_CONFIRMATION_DENIED in onPut()
DBluetoothOppReceiver.java117 values.put(BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_DENIED); in onReceive()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DIncomingFileConfirmActivityTest.java192 BluetoothShare.USER_CONFIRMATION_DENIED, in onCreate_clickConfirmCancel_saveUSER_CONFIRMAMTION_DENIED()
DBluetoothOppObexServerSessionTest.java169 mServerSession.mAccepted = BluetoothShare.USER_CONFIRMATION_DENIED; in onPut_withUserConfirmationDenied_returnsObexHttpForbidden()
DBluetoothOppReceiverTest.java186 BluetoothShare.USER_CONFIRMATION_DENIED, in onReceive_withActionDecline_updatesContents()