Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppRfcommListener.java183 if(!Constants.USE_TCP_SIMPLE_SERVER) { in start()
DConstants.java262 public static final boolean USE_TCP_SIMPLE_SERVER = false; field in Constants
DBluetoothOppService.java292 } else if (Constants.USE_TCP_DEBUG && !Constants.USE_TCP_SIMPLE_SERVER) {
674 if (Constants.USE_TCP_DEBUG && !Constants.USE_TCP_SIMPLE_SERVER) { in insertShare()