Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DTestActivity.java377 public static final int MSG_INCOMING_BTOPP_CONNECTION = 100; field in TestTcpListener
427 msg.what = MSG_INCOMING_BTOPP_CONNECTION; in start()
DBluetoothOppService.java309 private static final int MSG_INCOMING_BTOPP_CONNECTION = 100; field in BluetoothOppService
388 case MSG_INCOMING_BTOPP_CONNECTION:
1192 Message msg = mHandler.obtainMessage(MSG_INCOMING_BTOPP_CONNECTION); in onConnect()