Home
last modified time | relevance | path

Searched refs:USE_TCP_DEBUG (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppRfcommListener.java85 if (Constants.USE_TCP_DEBUG) { in start()
195 if (Constants.USE_TCP_DEBUG) { in stop()
DBluetoothOppTransfer.java491 if (Constants.USE_TCP_DEBUG) { in startConnectSession()
549 if (!Constants.USE_TCP_DEBUG) { in interrupt()
565 if (Constants.USE_TCP_DEBUG) { in run()
DConstants.java259 public static final boolean USE_TCP_DEBUG = 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()