Home
last modified time | relevance | path

Searched refs:ACTION_DECLINE (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DConstants.java158 static final String ACTION_DECLINE = "android.btopp.intent.action.DECLINE"; field in Constants
DBluetoothOppReceiver.java112 } else if (action.equals(Constants.ACTION_DECLINE)) { in onReceive()
DBluetoothOppNotification.java698 .setAction(Constants.ACTION_DECLINE), in updateIncomingFileConfirmNotification()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppReceiverTest.java176 intent.setAction(Constants.ACTION_DECLINE); in onReceive_withActionDecline_updatesContents()