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
47
public final long
mPrimaryId
;
72
mPrimaryId
= primaryId;
85
hash = LARGE_PRIME * (hash + (int)
mPrimaryId
);
98
+ "
mPrimaryId
=" +
mPrimaryId
CommandRecognizerEngine.java
207
sb.append(contact.
mPrimaryId
).append(' ');
[
all
...]
Completed in 142 milliseconds