Searched defs:choice (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/rs/
H A Drsg_generator.c252 char choice = fgetc(input); local
255 if (choice < '0' || choice > '3') {
256 fprintf(stderr, "Uknown command: \'%c\'\n", choice);
266 switch(choice) {
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java485 private native void nativeSendListBoxChoice(int choice); argument

Completed in 183 milliseconds