Searched defs:help (Results 1 – 4 of 4) sorted by relevance
90 private static void help() { in help() method in Dicttool
480 private void sendResponse(int resId, int itemId, boolean help) { in sendResponse()
237 void sendResponse(int resId, String input, boolean help) { in sendResponse()
1742 Intent help = new Intent(Intent.ACTION_VIEW, Uri.parse(helpUrl)); in onCreateOptionsMenu() local