Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/group/
DGroupNameEditDialogFragment.java63 private static final String ARG_CALLBACK_ACTION = "callbackAction"; field in GroupNameEditDialogFragment
113 args.putString(ARG_CALLBACK_ACTION, callbackAction); in newInstance()
252 final String callbackAction = getArguments().getString(ARG_CALLBACK_ACTION); in maybePersistCurrentGroupName()