OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMD_CHANNEL_HALF_CONNECTED
(Results
1 - 12
of
12
) sorted by null
/frameworks/base/core/java/com/android/internal/util/
AsyncChannel.java
49
* <li>Client receives
CMD_CHANNEL_HALF_CONNECTED
from AsyncChannel</li>
67
* <li>Client receives
CMD_CHANNEL_HALF_CONNECTED
from AsyncChannel</li>
83
* message RSP_CHANNEL_CONNECT instead of two,
CMD_CHANNEL_HALF_CONNECTED
and
108
public static final int
CMD_CHANNEL_HALF_CONNECTED
= BASE + 0;
111
* Command typically sent when after receiving the
CMD_CHANNEL_HALF_CONNECTED
.
156
sCmdToString[
CMD_CHANNEL_HALF_CONNECTED
- BASE] = "
CMD_CHANNEL_HALF_CONNECTED
";
304
* Sends a
CMD_CHANNEL_HALF_CONNECTED
message to srcHandler when complete.
350
* Sends a
CMD_CHANNEL_HALF_CONNECTED
message to srcHandler when complete.
365
* Sends a
CMD_CHANNEL_HALF_CONNECTED
message to srcHandler when complete
[
all
...]
/frameworks/base/core/java/android/bluetooth/
BluetoothTetheringDataTracker.java
401
case AsyncChannel.
CMD_CHANNEL_HALF_CONNECTED
:
402
if (VDBG) Log.d(TAG, "got
CMD_CHANNEL_HALF_CONNECTED
");
/frameworks/base/core/java/android/net/nsd/
NsdManager.java
307
case AsyncChannel.
CMD_CHANNEL_HALF_CONNECTED
:
/frameworks/base/services/java/com/android/server/
NsdService.java
156
case AsyncChannel.
CMD_CHANNEL_HALF_CONNECTED
:
268
case AsyncChannel.
CMD_CHANNEL_HALF_CONNECTED
:
[
all
...]
/frameworks/base/services/java/com/android/server/wifi/
WifiService.java
134
case AsyncChannel.
CMD_CHANNEL_HALF_CONNECTED
: {
194
case AsyncChannel.
CMD_CHANNEL_HALF_CONNECTED
: {
[
all
...]
/frameworks/base/core/java/android/net/
MobileDataStateTracker.java
125
case AsyncChannel.
CMD_CHANNEL_HALF_CONNECTED
:
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestActivity.java
197
case AsyncChannel.
CMD_CHANNEL_HALF_CONNECTED
:
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
ConnectionUtil.java
235
case AsyncChannel.
CMD_CHANNEL_HALF_CONNECTED
:
/frameworks/base/wifi/java/android/net/wifi/
WifiManager.java
[
all
...]
WifiStateMachine.java
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkController.java
[
all
...]
/frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pService.java
478
case AsyncChannel.
CMD_CHANNEL_HALF_CONNECTED
:
[
all
...]
Completed in 444 milliseconds