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.java165 static final String ACTION_INCOMING_FILE_CONFIRM = "android.btopp.intent.action.CONFIRM"; field in Constants
DBluetoothOppNotification.java589 Constants.ACTION_INCOMING_FILE_CONFIRM), in updateIncomingFileConfirmNotification()
616 Constants.ACTION_INCOMING_FILE_CONFIRM), in updateIncomingFileConfirmNotification()
DBluetoothOppReceiver.java93 } else if (action.equals(Constants.ACTION_INCOMING_FILE_CONFIRM)) { in onReceive()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppReceiverTest.java121 intent.setAction(Constants.ACTION_INCOMING_FILE_CONFIRM); in onReceive_withActionIncomingFileConfirm_startsIncomingFileConfirmActivity()