Home
last modified time | relevance | path

Searched refs:shouldShowSyncState (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListFilter.java435 public boolean shouldShowSyncState() { in shouldShowSyncState() method in ContactListFilter
H A DDefaultContactBrowseListFragment.java888 || (filter.shouldShowSyncState() in setSwipeRefreshLayoutEnabledOrNot()
/aosp12/packages/apps/Contacts/src/com/android/contacts/activities/
H A DPeopleActivity.java228 } else if (filter.shouldShowSyncState()) { in onSyncStateUpdated()