Searched refs:persistent (Results 1 - 2 of 2) sorted by path

/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactBrowseListFragment.java334 * @param persistent if true, the selection will be stored in shared
341 boolean persistent, boolean willReloadData) {
349 mSelectionPersistenceRequested = persistent;
340 setSelectedContactUri(Uri uri, boolean required, boolean smoothScroll, boolean persistent, boolean willReloadData) argument
H A DContactListFilterController.java60 * @param persistent True when the given filter should be saved soon. False when the filter
64 public abstract void setContactListFilter(ContactListFilter filter, boolean persistent); argument
114 public void setContactListFilter(ContactListFilter filter, boolean persistent) { argument
115 setContactListFilter(filter, persistent, true);
118 private void setContactListFilter(ContactListFilter filter, boolean persistent, argument
122 if (persistent) {

Completed in 79 milliseconds