OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getContactCountAtLastRebuild
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
ContactsContentObserverTest.java
74
when(mMockManager.
getContactCountAtLastRebuild
()).thenReturn(STALE_CONTACT_COUNT);
82
when(mMockManager.
getContactCountAtLastRebuild
()).thenReturn(STALE_CONTACT_COUNT);
89
when(mMockManager.
getContactCountAtLastRebuild
()).thenReturn(STALE_CONTACT_COUNT);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsContentObserver.java
115
if (contactCount != mManager.
getContactCountAtLastRebuild
()) {
118
+ mManager.
getContactCountAtLastRebuild
() + " to " + contactCount);
ContactsManager.java
136
public int
getContactCountAtLastRebuild
() {
Completed in 1365 milliseconds