Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothActionFragment.java59 public static final int DEFAULT_CHOICE_UNDEFINED = -1; field in BluetoothActionFragment
128 final int defaultChoice = args.getInt(ARG_DEFAULT_CHOICE, DEFAULT_CHOICE_UNDEFINED); in onViewCreated()
129 if (defaultChoice != DEFAULT_CHOICE_UNDEFINED) { in onViewCreated()
DConnectedDevicesSliceProvider.java354 BluetoothActionFragment.DEFAULT_CHOICE_UNDEFINED in createBluetoothDeviceSlice()