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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java 79 public static final int STATE_LISTEN = 1; // now listening for incoming connections
125 setState(STATE_LISTEN);
317 case STATE_LISTEN:
ConnectionAccessServerActivity.java 141 case BluetoothChatService.STATE_LISTEN:
MessageTestActivity.java 221 case BluetoothChatService.STATE_LISTEN:
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 67 public static final int STATE_LISTEN = 1; // now listening for incoming connections
324 mState = STATE_LISTEN;
349 case STATE_LISTEN:
BluetoothChatFragment.java 292 case BluetoothChatService.STATE_LISTEN:
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 67 public static final int STATE_LISTEN = 1; // now listening for incoming connections
324 mState = STATE_LISTEN;
349 case STATE_LISTEN:
BluetoothChatFragment.java 292 case BluetoothChatService.STATE_LISTEN:
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 66 public static final int STATE_LISTEN = 1; // now listening for incoming connections
111 setState(STATE_LISTEN);
311 case STATE_LISTEN:
BluetoothChat.java 258 case BluetoothChatService.STATE_LISTEN:
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatService.java 67 public static final int STATE_LISTEN = 1; // now listening for incoming connections
324 mState = STATE_LISTEN;
349 case STATE_LISTEN:
BluetoothChatFragment.java 292 case BluetoothChatService.STATE_LISTEN:

Completed in 531 milliseconds