Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DConstants.java66 …public static final String ACTION_OPEN_INBOUND_TRANSFER = "android.btopp.intent.action.OPEN_INBOUN… field in Constants
DBluetoothOppReceiver.java177 } else if (action.equals(Constants.ACTION_OPEN_INBOUND_TRANSFER)) { in onReceive()
DBluetoothOppNotification.java455 intent = new Intent(Constants.ACTION_OPEN_INBOUND_TRANSFER); in updateCompletedNotification()