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.java77 } else if (action.equals(Constants.ACTION_STOP_HANDOVER)) { in onReceive()
DConstants.java75 …public static final String ACTION_STOP_HANDOVER = "android.btopp.intent.action.STOP_HANDOVER_TRANS… field in Constants