Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XCSoar/XCSoar
/ close
Method
close
android/src/InputThread.java:75–82 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
}
74
75
void
close() {
76
closeInternal();
77
78
try {
79
join();
80
} catch (InterruptedException e) {
81
}
82
}
83
84
boolean isValid() {
85
return
is != null;
Callers
2
close
Method · 0.95
closeInternal
Method · 0.45
Calls
1
closeInternal
Method · 0.95
Tested by
no test coverage detected