Searched refs:ARGS_BUNDLE (Results 1 – 1 of 1) sorted by relevance
33 private static final String ARGS_BUNDLE = Card.class.getName() + ":Bundle"; field in Card59 args.putCharArray(ARGS_BUNDLE, new char[]{mSuit, mValue}); in toBundle()65 char[] spec = bundle.getCharArray(ARGS_BUNDLE); in fromBundle()