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

Method onClick

android/src/TextEntryDialog.java:75–79  ·  view source on GitHub ↗
(DialogInterface dialog, int which)

Source from the content-addressed store, hash-verified

73 public void run() {
74 builder.setPositiveButton("OK", new DialogInterface.OnClickListener() {
75 @Override
76 public void onClick(DialogInterface dialog, int which) {
77 onResult(ptr, input.getText().toString());
78 dialog.dismiss();
79 }
80 });
81
82 builder.setNegativeButton("Cancel", new DialogInterface.OnClickListener() {

Callers

nothing calls this directly

Calls 3

onResultMethod · 0.95
cancelMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected