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

Method toString

android/src/ProxyAndroidPort.java:53–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 }
52
53 @Override public String toString() {
54 AndroidPort port = this.port;
55 return port != null
56 ? port.toString()
57 : super.toString();
58 }
59
60 @Override public void setListener(PortListener _listener) {
61 portListener = _listener;

Callers 7

getDocumentTypeMethod · 0.45
getDocIdForFileMethod · 0.45
toTmpPathMethod · 0.45
cancelMethod · 0.45
runMethod · 0.45
onClickMethod · 0.45
handleMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected