@Implements(value=android.bluetooth.BluetoothDevice.class)
public class ShadowBluetoothDevice
extends java.lang.Object
| Constructor and Description |
|---|
ShadowBluetoothDevice() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
static android.bluetooth.IBluetooth |
getService()
Implements getService() in the same way the original method does, but ignores any Exceptions from invoking
BluetoothAdapter#getBluetoothService. |
void |
setName(java.lang.String name) |
@Implementation public static android.bluetooth.IBluetooth getService()
Implements getService() in the same way the original method does, but ignores any Exceptions from invoking BluetoothAdapter#getBluetoothService.
public void setName(java.lang.String name)
@Implementation public java.lang.String getName()