Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDevicePreference.java73 public final String IMAGING = r.getString(R.string.bluetooth_talkback_imaging); field in BluetoothDevicePreference
271 case BluetoothClass.Device.Major.IMAGING: in getBtClassDrawableWithDescription()
272 return new Pair<Integer, String>(R.drawable.ic_bt_imaging, IMAGING); in getBtClassDrawableWithDescription()