Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingDetail.java54 static final String KEY_AVAIL_DEVICES = "available_devices"; field in BluetoothPairingDetail
173 return KEY_AVAIL_DEVICES; in getDeviceListKey()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingDetailTest.java93 .findPreference(BluetoothPairingDetail.KEY_AVAIL_DEVICES); in setUp()