Searched refs:mContactsFile (Results 1 - 1 of 1) sorted by relevance

/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DCommandRecognizerEngine.java77 private File mContactsFile; field in class:CommandRecognizerEngine
86 mContactsFile = null;
92 if (contactsFile != mContactsFile) {
93 mContactsFile = contactsFile;
122 if (false) Log.d(TAG, "contactsFile is " + (mContactsFile == null ?
124 List<VoiceContact> contacts = mContactsFile != null ?
125 VoiceContact.getVoiceContactsFromFile(mContactsFile) :

Completed in 25 milliseconds