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