HomeSort by relevance Sort by last modified time
    Searched defs:MSG_INCOMING_BTOPP_CONNECTION (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppRfcommListener.java 56 public static final int MSG_INCOMING_BTOPP_CONNECTION = 100;
108 msg.what = MSG_INCOMING_BTOPP_CONNECTION;
163 msg.what = MSG_INCOMING_BTOPP_CONNECTION;
TestActivity.java 370 public static final int MSG_INCOMING_BTOPP_CONNECTION = 100;
412 msg.what = MSG_INCOMING_BTOPP_CONNECTION;

Completed in 37 milliseconds