Home
last modified time | relevance | path

Searched refs:ACTION_STOP_HANDOVER (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppHandoverReceiver.java87 } else if (action.equals(Constants.ACTION_STOP_HANDOVER)) { in onReceive()
DConstants.java76 static final String ACTION_STOP_HANDOVER = "android.btopp.intent.action.STOP_HANDOVER_TRANSFER"; field in Constants