Home
last modified time | relevance | path

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

/packages/apps/VoiceDialer/src/com/android/voicedialer/
DVoiceContact.java155 int typeAtCursor = cursor.getInt(typeColumn); in getVoiceContacts() local
193 if (typeAtCursor == Phone.TYPE_CUSTOM && in getVoiceContacts()
197 typeAtCursor = Phone.TYPE_HOME; in getVoiceContacts()
200 typeAtCursor = Phone.TYPE_MOBILE; in getVoiceContacts()
203 typeAtCursor = Phone.TYPE_WORK; in getVoiceContacts()
206 typeAtCursor = Phone.TYPE_OTHER; in getVoiceContacts()
212 switch (typeAtCursor) { in getVoiceContacts()