HomeSort by relevance Sort by last modified time
    Searched refs:SOCKET_CHANNEL_AUTO_STATIC_NO_SDP (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothServerSocket.java 91 if (port == BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) {
114 if (port == BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) {
BluetoothAdapter.java 568 public static final int SOCKET_CHANNEL_AUTO_STATIC_NO_SDP = -2;
    [all...]
BluetoothSocket.java 198 && port != BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/
ObexServerSockets.java 79 return create(validator, BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP,
80 BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP, true);
92 return create(validator, BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP,
93 BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP, false);
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 159 BluetoothAdapter.SOCKET_CHANNEL_AUTO_STATIC_NO_SDP, true, true);
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 407 milliseconds