OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPrimaryId
(Results
1 - 2
of
2
) sorted by null
/packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceContact.java
48
public final long
mPrimaryId
;
69
mPrimaryId
= primaryId;
81
hash = LARGE_PRIME * (hash + (int)
mPrimaryId
);
93
+ "
mPrimaryId
=" +
mPrimaryId
CommandRecognizerEngine.java
202
sb.append(contact.
mPrimaryId
).append(' ');
[
all
...]
Completed in 387 milliseconds