Searched refs:KEY_FILTER_TYPE (Results 1 - 2 of 2) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListFilter.java49 private static final String KEY_FILTER_TYPE = "filter.type"; field in class:ContactListFilter
168 .putInt(KEY_FILTER_TYPE, filter == null ? FILTER_TYPE_DEFAULT : filter.filterType)
194 int filterType = prefs.getInt(KEY_FILTER_TYPE, FILTER_TYPE_DEFAULT);
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallLogFragment.java67 private static final String KEY_FILTER_TYPE = "filter_type"; field in class:CallLogFragment
195 mCallTypeFilter = state.getInt(KEY_FILTER_TYPE, mCallTypeFilter);
380 outState.putInt(KEY_FILTER_TYPE, mCallTypeFilter);

Completed in 240 milliseconds