HomeSort by relevance Sort by last modified time
    Searched refs:MSG_INCOMING_BTOPP_CONNECTION (Results 1 - 3 of 3) 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;
BluetoothOppService.java 251 case BluetoothOppRfcommListener.MSG_INCOMING_BTOPP_CONNECTION:
    [all...]

Completed in 14 milliseconds