Home
last modified time | relevance | path

Searched refs:DisplayOptionsPreferenceFragment (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/preference/
DContactsPreferenceActivity.java42 import com.android.contacts.preference.DisplayOptionsPreferenceFragment.ProfileListener;
43 import com.android.contacts.preference.DisplayOptionsPreferenceFragment.ProfileQuery;
84 final DisplayOptionsPreferenceFragment fragment = DisplayOptionsPreferenceFragment in onCreate()
216 final DisplayOptionsPreferenceFragment fragment = (DisplayOptionsPreferenceFragment) in onProfileLoaded()
DDisplayOptionsPreferenceFragment.java71 public class DisplayOptionsPreferenceFragment extends PreferenceFragment class
168 public static DisplayOptionsPreferenceFragment newInstance(String newLocalProfileExtra, in newInstance()
170 final DisplayOptionsPreferenceFragment fragment = new DisplayOptionsPreferenceFragment(); in newInstance()