Searched refs:contactsAreAvailable (Results 1 – 1 of 1) sorted by relevance
76 public static void show(FragmentManager fragmentManager, boolean contactsAreAvailable, in show() argument80 args.putBoolean(ARG_CONTACTS_ARE_AVAILABLE, contactsAreAvailable); in show()98 final boolean contactsAreAvailable = getArguments().getBoolean(ARG_CONTACTS_ARE_AVAILABLE); in onCreateDialog()145 if (contactsAreAvailable) { in onCreateDialog()151 if (contactsAreAvailable) { in onCreateDialog()195 .setTitle(contactsAreAvailable in onCreateDialog()