Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDevicePreference.java68 public final String COMPUTER = r.getString(R.string.bluetooth_talkback_computer); field in BluetoothDevicePreference
261 case BluetoothClass.Device.Major.COMPUTER: in getBtClassDrawableWithDescription()
262 return new Pair<Integer, String>(R.drawable.ic_bt_laptop, COMPUTER); in getBtClassDrawableWithDescription()