OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STATE_LISTEN
(Results
1 - 5
of
5
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java
82
public static final int
STATE_LISTEN
= 1; // now listening for incoming connections
144
setState(
STATE_LISTEN
);
387
case
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
:
/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
:
/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
:
/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
:
Completed in 673 milliseconds