Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:Character

40  * single character (e.g. "D"), and everything following this character is
75 * the basic command character, and handlers for Extended commands should be
95 private HashMap<Character, AtCommandHandler> mBasicHandlers;
104 mBasicHandlers = new HashMap<Character, AtCommandHandler>();
113 * @param command Command name - a single character
116 public void register(Character command, AtCommandHandler handler) {
157 out.append(Character.toUpperCase(c));
169 * Find a character ch, ignoring quoted sections.
212 * Return the index of the end of character after the last character in
282 if (mBasicHandlers.containsKey((Character)c)) {
284 (Character)c).handleBasicCommand(args));
297 // Search for first non-name character. Short-circuit if