Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DConstants.java160 static final String ACTION_INCOMING_FILE_CONFIRM = "android.btopp.intent.action.CONFIRM"; field in Constants
DBluetoothOppNotification.java599 Constants.ACTION_INCOMING_FILE_CONFIRM), in updateIncomingFileConfirmNotification()
628 Constants.ACTION_INCOMING_FILE_CONFIRM), in updateIncomingFileConfirmNotification()
DBluetoothOppReceiver.java91 } else if (action.equals(Constants.ACTION_INCOMING_FILE_CONFIRM)) { in onReceive()