MCPcopy 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

quitMethod · 0.95
acquireWakeLockMethod · 0.95
applyFullScreenMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected