Searched refs:defaultChoice (Results 1 – 1 of 1) sorted by relevance
63 int summaryResId, int[] choices, String name, int defaultChoice) { in prepareArgs() argument70 args.putInt(ARG_DEFAULT_CHOICE, defaultChoice); in prepareArgs()128 final int defaultChoice = args.getInt(ARG_DEFAULT_CHOICE, DEFAULT_CHOICE_UNDEFINED); in onViewCreated() local129 if (defaultChoice != DEFAULT_CHOICE_UNDEFINED) { in onViewCreated()130 if (defaultChoice < getChoices().length) { in onViewCreated()131 setSelectedActionPosition(defaultChoice); in onViewCreated()133 Log.w(TAG, "Default choice out of bounds: " + defaultChoice); in onViewCreated()