Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsControllerTestBase.java42 protected DeviceConfig mDeviceConfig;
74 protected static class DeviceConfig { class in BluetoothDetailsControllerTestBase
81 public DeviceConfig setName(String newValue) { in setName()
86 public DeviceConfig setAddress(String newValue) { in setAddress()
91 public DeviceConfig setMajorDeviceClass(int newValue) { in setMajorDeviceClass()
96 public DeviceConfig setConnected(boolean newValue) { in setConnected()
100 public DeviceConfig setConnectionSummary(String connectionSummary) { in setConnectionSummary()
126 protected DeviceConfig makeDefaultDeviceConfig() { in makeDefaultDeviceConfig()
127 return new DeviceConfig() in makeDefaultDeviceConfig()
139 protected void setupDevice(DeviceConfig config) { in setupDevice()