Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DConstants.java151 static final String ACTION_DECLINE = "android.btopp.intent.action.DECLINE"; field in Constants
DBluetoothOppReceiver.java100 } else if (action.equals(Constants.ACTION_DECLINE)) { in onReceive()
DBluetoothOppNotification.java563 new Intent(baseIntent).setAction(Constants.ACTION_DECLINE), in updateIncomingFileConfirmNotification()