MCPcopy Create free account
hub / github.com/XCSoar/XCSoar / getState

Method getState

android/src/BluetoothServerPort.java:123–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121 }
122
123 @Override public int getState() {
124 if (serverSocket == null)
125 return STATE_FAILED;
126
127 return super.getState();
128 }
129}

Callers

nothing calls this directly

Calls 1

getStateMethod · 0.65

Tested by

no test coverage detected