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

  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceContact.java 51 public final long mOtherId;
76 mOtherId = otherId;
89 hash = LARGE_PRIME * (hash + (int)mOtherId);
102 + " mOtherId=" + mOtherId
CommandRecognizerEngine.java 211 sb.append(contact.mOtherId).append(' ');
    [all...]

Completed in 42 milliseconds