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

/frameworks/base/core/java/android/speech/
H A DRecognitionResult.java74 * @param contact the contact name.
77 * just the contact name.
79 public static RecognitionResult newContactResult(String contact, int phoneType, argument
81 return new RecognitionResult(CONTACT_RESULT, contact, phoneType, callAction);
124 * the contact when mResultType is CONTACT_RESULT. The relevant query when
152 * Whether a contact recognition result included a command to "call". This

Completed in 141 milliseconds