Searched defs:mRefreshingContactUri (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactBrowseListFragment.java91 private boolean mRefreshingContactUri; field in class:ContactBrowseListFragment
253 mRefreshingContactUri = true;
270 mRefreshingContactUri = false;
439 if (mRefreshingContactUri) {
581 return mRefreshingContactUri || super.isLoading();

Completed in 4 milliseconds