Searched refs:choice (Results 1 – 8 of 8) sorted by relevance
37 void onChoice(String key, int choice); in onChoice() argument172 for (int choice: choices) { in onCreateActions()174 .title(getString(choice)) in onCreateActions()175 .id(choice) in onCreateActions()201 for (int choice: choices) { in onGuidedActionClicked()202 if (choice == id) { in onGuidedActionClicked()203 listener.onChoice(key, choice); in onGuidedActionClicked()
90 public void onChoice(String key, int choice) { in onChoice() argument102 if (choice == YES) { in onChoice()108 if (choice == YES) { in onChoice()114 if (choice == YES) { in onChoice()120 if (choice == CONTINUE && mDevice != null) { in onChoice()
97 public void onChoice(String key, int choice) { in onChoice() argument100 if (choice == CONTINUE) { in onChoice()106 } else if (choice == CANCEL) { in onChoice()
247 public void onChoice(String key, int choice) { in onChoice() argument255 if (choice == YES) { in onChoice()259 if (choice == YES) { in onChoice()263 if (choice == CONTINUE && mDevice != null) { in onChoice()
224 impose that choice.
477 …iance(const char *type) "server sent non-compliant %s chunk not matching choice of extended header…