OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mOtherId
(Results
1 - 2
of
2
) sorted by null
/packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceContact.java
52
public final long
mOtherId
;
73
mOtherId
= otherId;
85
hash = LARGE_PRIME * (hash + (int)
mOtherId
);
97
+ "
mOtherId
=" +
mOtherId
;
CommandRecognizerEngine.java
206
sb.append(contact.
mOtherId
);
[
all
...]
Completed in 684 milliseconds