Searched refs:commands (Results 1 – 13 of 13) sorted by relevance
970 String[] commands = semantic.trim().split(" "); in onRecognitionSuccess() local975 if ("DIAL".equalsIgnoreCase(commands[0])) { in onRecognitionSuccess()976 Uri uri = Uri.fromParts("tel", commands[1], null); in onRecognitionSuccess()977 String num = formatNumber(commands[1]); in onRecognitionSuccess()986 else if ("CALL".equalsIgnoreCase(commands[0]) in onRecognitionSuccess()987 && commands.length >= PHONE_ID_COUNT + 1) { in onRecognitionSuccess()989 long contactId = Long.parseLong(commands[1]); // people table in onRecognitionSuccess()990 long primaryId = Long.parseLong(commands[2]); // phones table in onRecognitionSuccess()991 long homeId = Long.parseLong(commands[3]); // phones table in onRecognitionSuccess()992 long mobileId = Long.parseLong(commands[4]); // phones table in onRecognitionSuccess()[all …]
473 List<String> commands = new ArrayList<String>(); in getMessages() local484 commands.add(ImapConstants.UID_SEARCH + " CHARSET " + charset + " OR FROM " + octetLength); in getMessages()485 commands.add(filter + " (OR TO " + octetLength); in getMessages()486 commands.add(filter + " (OR CC " + octetLength); in getMessages()487 commands.add(filter + " (OR SUBJECT " + octetLength); in getMessages()488 commands.add(filter + " BODY " + octetLength); in getMessages()489 commands.add(filter + ")))"); in getMessages()490 return getMessagesInternal(complexSearchForUids(commands), listener); in getMessages()493 /* package */ String[] complexSearchForUids(List<String> commands) throws MessagingException { in complexSearchForUids() argument497 return getSearchUids(mConnection.executeComplexCommand(commands, false)); in complexSearchForUids()
301 String sendComplexCommand(List<String> commands, boolean sensitive) throws MessagingException, in sendComplexCommand() argument305 int len = commands.size(); in sendComplexCommand()307 String commandToSend = commands.get(i); in sendComplexCommand()389 List<ImapResponse> executeComplexCommand(List<String> commands, boolean sensitive) in executeComplexCommand() argument391 sendComplexCommand(commands, sensitive); in executeComplexCommand()
2454 Command[] commands; in commandSequences() local2457 commands = mNormalInsertDelete; in commandSequences()2458 for (Command command : commands) { in commandSequences()2465 commands = mAlldayInsertDelete; in commandSequences()2466 for (Command command : commands) { in commandSequences()2473 commands = mRecurringInsertDelete; in commandSequences()2474 for (Command command : commands) { in commandSequences()2481 commands = mExceptionWithTruncatedRecurrence; in commandSequences()2482 for (Command command : commands) { in commandSequences()2489 commands = mExceptionWithMovedRecurrence; in commandSequences()[all …]
85 final Header commands = response.getHeader("MS-ASProtocolCommands"); in handleResponse() local88 if (commands == null || versions == null) { in handleResponse()
186 # as commands in the documentation. An alias has the form "name=value".447 # commands in the documentation.453 # commands in the documentation.459 # commands in the documentation.465 # \deprecated commands in the documentation.551 # don't exist or using markup commands wrongly.685 # commands irrespective of the value of the RECURSIVE tag.
34 * To update this file, please run the following commands.
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...