Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 13 of 13) sorted by relevance

/packages/apps/VoiceDialer/src/com/android/voicedialer/
DCommandRecognizerEngine.java970 String[] commands = semantic.trim().split(" "); in onRecognitionSuccess() local
975 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 …]
/packages/apps/Email/provider_src/com/android/email/mail/store/
DImapFolder.java473 List<String> commands = new ArrayList<String>(); in getMessages() local
484 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() argument
497 return getSearchUids(mConnection.executeComplexCommand(commands, false)); in complexSearchForUids()
DImapConnection.java301 String sendComplexCommand(List<String> commands, boolean sensitive) throws MessagingException, in sendComplexCommand() argument
305 int len = commands.size(); in sendComplexCommand()
307 String commandToSend = commands.get(i); in sendComplexCommand()
390 List<ImapResponse> executeComplexCommand(List<String> commands, boolean sensitive) in executeComplexCommand() argument
392 sendComplexCommand(commands, sensitive); in executeComplexCommand()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java2454 Command[] commands; in commandSequences() local
2457 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 …]
/packages/apps/Exchange/src/com/android/exchange/eas/
DEasOptions.java85 final Header commands = response.getHeader("MS-ASProtocolCommands"); in handleResponse() local
88 if (commands == null || versions == null) { in handleResponse()
/packages/apps/Camera/jni/feature_stab/doc/
Ddbreg_API_doxyfile186 # 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.
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile186 # 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.
/packages/apps/Camera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile186 # 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.
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile186 # 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.
/packages/inputmethods/LatinIME/tools/make-keyboard-text/res/src/com/android/inputmethod/keyboard/internal/
DKeyboardTextsTable.tmpl34 * To update this file, please run the following commands.
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1402373178, ...