HomeSort by relevance Sort by last modified time
    Searched refs:getVoiceContactsFromFile (Results 1 - 2 of 2) sorted by null

  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceContact.java 267 public static List<VoiceContact> getVoiceContactsFromFile(File contactsFile) {
268 if (false) Log.d(TAG, "getVoiceContactsFromFile " + contactsFile);
283 if (false) Log.d(TAG, "getVoiceContactsFromFile failed " + e);
289 if (false) Log.d(TAG, "getVoiceContactsFromFile failed during close " + e);
293 if (false) Log.d(TAG, "getVoiceContactsFromFile " + contacts.size());
CommandRecognizerEngine.java 125 VoiceContact.getVoiceContactsFromFile(mContactsFile) :
    [all...]

Completed in 29 milliseconds