public class BluetoothDeviceAssert
extends <any>
| Constructor and Description |
|---|
BluetoothDeviceAssert(android.bluetooth.BluetoothDevice actual) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
bondStateToString(int state) |
BluetoothDeviceAssert |
hasAddress(java.lang.String address) |
BluetoothDeviceAssert |
hasBondState(int state) |
BluetoothDeviceAssert |
hasName(java.lang.String name) |
BluetoothDeviceAssert |
hasType(int type) |
static java.lang.String |
typeToString(int type) |
public BluetoothDeviceAssert(android.bluetooth.BluetoothDevice actual)
public BluetoothDeviceAssert hasAddress(java.lang.String address)
public BluetoothDeviceAssert hasBondState(int state)
public BluetoothDeviceAssert hasName(java.lang.String name)
public BluetoothDeviceAssert hasType(int type)
public static java.lang.String bondStateToString(int state)
public static java.lang.String typeToString(int type)