OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:totalRowCount
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserHistoryDictionary.java
383
int
totalRowCount
= c.getCount();
385
if (
totalRowCount
> sMaxHistoryBigrams) {
386
int numDeleteRows = (
totalRowCount
- sMaxHistoryBigrams)
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java
[
all
...]
Completed in 3111 milliseconds