Searched refs:ARG_CONTACTS_AVAILABLE (Results 1 – 1 of 1) sorted by relevance
76 private static final String ARG_CONTACTS_AVAILABLE = "are_contacts_available"; field in DisplayOptionsPreferenceFragment173 args.putBoolean(ARG_CONTACTS_AVAILABLE, areContactsAvailable); in newInstance()216 mAreContactsAvailable = args.getBoolean(ARG_CONTACTS_AVAILABLE); in onCreate()