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

Method onCancel

android/src/TextEntryDialog.java:107–110  ·  view source on GitHub ↗
(DialogInterface dialog)

Source from the content-addressed store, hash-verified

105 }
106
107 @Override
108 public void onCancel(DialogInterface dialog) {
109 onResult(ptr, null);
110 }
111
112 native void onResult(long ptr, String value);
113}

Callers

nothing calls this directly

Calls 1

onResultMethod · 0.95

Tested by

no test coverage detected