Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothPairingHelper.java29 public class BluetoothPairingHelper extends BroadcastReceiver { class
34 public BluetoothPairingHelper(EventFacade eventFacade) { in BluetoothPairingHelper() method in BluetoothPairingHelper
DBluetoothConnectionFacade.java67 private final BluetoothPairingHelper mPairingHelper;
112 mPairingHelper = new BluetoothPairingHelper(mEventFacade); in BluetoothConnectionFacade()