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/
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()
DBluetoothOppRfcommListener.java181 if(!Constants.USE_TCP_SIMPLE_SERVER) { in start()
DConstants.java252 public static final boolean USE_TCP_SIMPLE_SERVER = false; field in Constants