Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothActionFragment.java63 int summaryResId, int[] choices, String name, int defaultChoice) { in prepareArgs() argument
70 args.putInt(ARG_DEFAULT_CHOICE, defaultChoice); in prepareArgs()
128 final int defaultChoice = args.getInt(ARG_DEFAULT_CHOICE, DEFAULT_CHOICE_UNDEFINED); in onViewCreated() local
129 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()