Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DConstants.java177 static final String ACTION_INCOMING_FILE_CONFIRM = "android.btopp.intent.action.CONFIRM"; field in Constants
DBluetoothOppReceiver.java103 } else if (action.equals(Constants.ACTION_INCOMING_FILE_CONFIRM) in onReceive()
DBluetoothOppNotification.java727 .setAction(Constants.ACTION_INCOMING_FILE_CONFIRM), in updateIncomingFileConfirmNotification()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppReceiverTest.java142 intent.setAction(Constants.ACTION_INCOMING_FILE_CONFIRM); in onReceive_withActionIncomingFileConfirm_startsIncomingFileConfirmActivity()