Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DEmptyFolderDialogFragment.java48 private static final String ARG_NUM_CONVERSATIONS = "numConversations"; field in EmptyFolderDialogFragment
73 args.putInt(ARG_NUM_CONVERSATIONS, numConversations); in newInstance()
82 mNumConversations = getArguments().getInt(ARG_NUM_CONVERSATIONS); in onCreateDialog()