HomeSort by relevance Sort by last modified time
    Searched refs:KEY_FILTER_TYPE (Results 1 - 2 of 2) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListFilter.java 49 private static final String KEY_FILTER_TYPE = "filter.type";
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/
CallLogFragment.java 79 private static final String KEY_FILTER_TYPE = "filter_type";
185 mCallTypeFilter = state.getInt(KEY_FILTER_TYPE, mCallTypeFilter);
409 outState.putInt(KEY_FILTER_TYPE, mCallTypeFilter);

Completed in 187 milliseconds