OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATE_CONNECTED
(Results
1 - 24
of
24
) sorted by null
/external/chromium_org/third_party/webrtc/base/
testclient.h
48
return CheckConnState(AsyncPacketSocket::
STATE_CONNECTED
);
asyncpacketsocket.h
75
STATE_CONNECTED
asynctcpsocket.cc
104
return
STATE_CONNECTED
;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java
81
public static final int
STATE_CONNECTED
= 3; // now connected to a remote device
196
setState(
STATE_CONNECTED
);
237
if (mState !=
STATE_CONNECTED
) return;
303
while (mState !=
STATE_CONNECTED
) {
324
case
STATE_CONNECTED
:
ConnectionAccessClientActivity.java
146
case BluetoothChatService.
STATE_CONNECTED
:
MessageTestActivity.java
232
case BluetoothChatService.
STATE_CONNECTED
:
BleClientService.java
318
if (newState == BluetoothProfile.
STATE_CONNECTED
) {
BleServerService.java
282
if (newState == BluetoothProfile.
STATE_CONNECTED
) {
/developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java
68
public static final int
STATE_CONNECTED
= 3; // now connected to a remote device
206
setState(
STATE_CONNECTED
);
248
if (mState !=
STATE_CONNECTED
) return;
322
while (mState !=
STATE_CONNECTED
) {
343
case
STATE_CONNECTED
:
BluetoothChatFragment.java
209
if (mChatService.getState() != BluetoothChatService.
STATE_CONNECTED
) {
285
case BluetoothChatService.
STATE_CONNECTED
:
/developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java
68
public static final int
STATE_CONNECTED
= 3; // now connected to a remote device
206
setState(
STATE_CONNECTED
);
248
if (mState !=
STATE_CONNECTED
) return;
322
while (mState !=
STATE_CONNECTED
) {
343
case
STATE_CONNECTED
:
BluetoothChatFragment.java
209
if (mChatService.getState() != BluetoothChatService.
STATE_CONNECTED
) {
285
case BluetoothChatService.
STATE_CONNECTED
:
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java
68
public static final int
STATE_CONNECTED
= 3; // now connected to a remote device
182
setState(
STATE_CONNECTED
);
223
if (mState !=
STATE_CONNECTED
) return;
297
while (mState !=
STATE_CONNECTED
) {
318
case
STATE_CONNECTED
:
BluetoothChat.java
202
if (mChatService.getState() != BluetoothChatService.
STATE_CONNECTED
) {
251
case BluetoothChatService.
STATE_CONNECTED
:
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatService.java
68
public static final int
STATE_CONNECTED
= 3; // now connected to a remote device
206
setState(
STATE_CONNECTED
);
248
if (mState !=
STATE_CONNECTED
) return;
322
while (mState !=
STATE_CONNECTED
) {
343
case
STATE_CONNECTED
:
BluetoothChatFragment.java
209
if (mChatService.getState() != BluetoothChatService.
STATE_CONNECTED
) {
285
case BluetoothChatService.
STATE_CONNECTED
:
/developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java
53
private static final int
STATE_CONNECTED
= 2;
75
if (newState == BluetoothProfile.
STATE_CONNECTED
) {
77
mConnectionState =
STATE_CONNECTED
;
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java
53
private static final int
STATE_CONNECTED
= 2;
75
if (newState == BluetoothProfile.
STATE_CONNECTED
) {
77
mConnectionState =
STATE_CONNECTED
;
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java
53
private static final int
STATE_CONNECTED
= 2;
75
if (newState == BluetoothProfile.
STATE_CONNECTED
) {
77
mConnectionState =
STATE_CONNECTED
;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
fakesession.h
167
state_ =
STATE_CONNECTED
;
168
dest_->state_ =
STATE_CONNECTED
;
171
} else if (state_ ==
STATE_CONNECTED
&& !dest) {
188
if (state_ !=
STATE_CONNECTED
) {
305
enum State { STATE_INIT, STATE_CONNECTING,
STATE_CONNECTED
};
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/
Display.java
42
public static final int
STATE_CONNECTED
= 1;
194
mHandler.reportConnectionState(
STATE_CONNECTED
, displayProperties);
/external/chromium_org/media/base/android/java/src/org/chromium/media/
AudioManagerAndroid.java
681
android.bluetooth.BluetoothProfile.
STATE_CONNECTED
;
791
case android.bluetooth.BluetoothProfile.
STATE_CONNECTED
:
[
all
...]
/external/chromium_org/content/renderer/p2p/
ipc_socket_factory.cc
417
return
STATE_CONNECTED
;
/external/chromium_org/third_party/android_platform/webview/
frameworks.jar
Completed in 240 milliseconds