Home | History | Annotate | Download | only in voicedialer

Lines Matching full:contacts

27 import android.provider.ContactsContract.Contacts;
48 * <li>Scans contacts and determine if the Grammar g2g file is stale.
95 // if we change the contacts file, then we need to recreate the grammar.
125 List<VoiceContact> contacts = mContactsFile != null ?
129 // log contacts if requested
130 if (mLogger != null) mLogger.logContacts(contacts);
133 Integer.toHexString(contacts.hashCode()) + ".g2g");
154 addNameEntriesToGrammar(contacts);
186 * @param contacts list of VoiceContacts to be added.
188 private void addNameEntriesToGrammar(List<VoiceContact> contacts)
190 if (Config.LOGD) Log.d(TAG, "addNameEntriesToGrammar " + contacts.size());
195 for (VoiceContact contact : contacts) {
211 Log.e(TAG, "Cannot load all contacts to voice recognizer, loaded " +
1098 Contacts.CONTENT_URI, contactId), literal, "", 0);