Home
last modified time | relevance | path

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

/packages/apps/VoiceDialer/src/com/android/voicedialer/
DVoiceContact.java51 public final long mOtherId; field in VoiceContact
76 mOtherId = otherId; in VoiceContact()
89 hash = LARGE_PRIME * (hash + (int)mOtherId); in hashCode()
102 + " mOtherId=" + mOtherId in toString()
DCommandRecognizerEngine.java211 sb.append(contact.mOtherId).append(' '); in addNameEntriesToGrammar()