Searched refs:ARG_NUM_CONVERSATIONS (Results 1 – 1 of 1) sorted by relevance
48 private static final String ARG_NUM_CONVERSATIONS = "numConversations"; field in EmptyFolderDialogFragment73 args.putInt(ARG_NUM_CONVERSATIONS, numConversations); in newInstance()82 mNumConversations = getArguments().getInt(ARG_NUM_CONVERSATIONS); in onCreateDialog()