HomeSort by relevance Sort by last modified time
    Searched defs:STATE_LISTEN (Results 1 - 2 of 2) 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:
  /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:

Completed in 424 milliseconds