Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DConstants.java148 static final String ACTION_ACCEPT = "android.btopp.intent.action.ACCEPT"; field in Constants
DBluetoothOppReceiver.java113 } else if (action.equals(Constants.ACTION_ACCEPT)) { in onReceive()
DBluetoothOppNotification.java586 new Intent(baseIntent).setAction(Constants.ACTION_ACCEPT), in updateIncomingFileConfirmNotification()