OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contentValue
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
sparse_table.cpp
43
const int
contentValue
= mContentTableBuffer->readUint(mDataSize, contentTableReadingPos);
44
return
contentValue
== NOT_EXIST ? NOT_A_DICT_POS :
contentValue
;
/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/systemcalllog/
SystemCallLogDataSource.java
219
for (ContentValues
contentValue
: individualRowsSortedByTimestampDesc) {
220
if (
contentValue
.getAsLong(AnnotatedCallLog.CALL_TYPE) != null) {
222
contentValue
.getAsLong(AnnotatedCallLog.CALL_TYPE) != Calls.VOICEMAIL_TYPE);
Completed in 7086 milliseconds