Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XCSoar/XCSoar
/ handleMessage
Method
handleMessage
android/src/XCSoar.java:139–141 ·
view source on GitHub ↗
(Message msg)
Source
from the content-addressed store, hash-verified
137
138
final
Handler quitHandler =
new
Handler() {
139
public
void
handleMessage(Message msg) {
140
quit();
141
}
142
};
143
144
final
Handler errorHandler =
new
Handler() {
Callers
nothing calls this directly
Calls
4
quit
Method · 0.95
acquireWakeLock
Method · 0.95
applyFullScreen
Method · 0.95
toString
Method · 0.45
Tested by
no test coverage detected