Searched defs:mOtherId (Results 1 - 1 of 1) sorted by relevance

/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DVoiceContact.java51 public final long mOtherId; field in class:VoiceContact
76 mOtherId = otherId;
89 hash = LARGE_PRIME * (hash + (int)mOtherId);
102 + " mOtherId=" + mOtherId

Completed in 8 milliseconds