Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XCSoar/XCSoar
/ getState
Method
getState
android/src/BluetoothClientPort.java:79–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
77
}
78
79
@Override
public
int
getState() {
80
return
socket != null
81
? STATE_LIMBO
82
: super.getState();
83
}
84
85
@Override
public
void
run() {
86
try {
Callers
nothing calls this directly
Calls
1
getState
Method · 0.65
Tested by
no test coverage detected