Searched refs:TAG_ACTION (Results 1 – 3 of 3) sorted by relevance
171 .findFragmentByTag(BaseDialogFragment.TAG_ACTION); in getActionFragment()228 boolean hasActions = fm.findFragmentByTag(BaseDialogFragment.TAG_ACTION) != null; in addActionFragmentToTransaction()235 ft.replace(mBase.mActionAreaId, fragment, BaseDialogFragment.TAG_ACTION); in addActionFragmentToTransaction()
54 public static final String TAG_ACTION = "action"; field in BaseDialogFragment
49 private static final String TAG_ACTION = "action"; field in IntentStore104 writeTag(serializer, TAG_ACTION, intent.getAction()); in writeIntent()180 if (tag.equals(TAG_ACTION)) { in parseIntent()