OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShadowBluetoothDevice
(Results
1 - 3
of
3
) sorted by null
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowBluetoothGattTest.java
22
BluetoothDevice bluetoothDevice =
ShadowBluetoothDevice
.newInstance(MOCK_MAC_ADDRESS);
ShadowBluetoothDeviceTest.java
28
BluetoothDevice bluetoothDevice =
ShadowBluetoothDevice
.newInstance(MOCK_MAC_ADDRESS);
95
BluetoothDevice bluetoothDevice =
ShadowBluetoothDevice
.newInstance(MOCK_MAC_ADDRESS);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBluetoothDevice.java
19
public class
ShadowBluetoothDevice
{
68
* @returns Value set by calling {@link
ShadowBluetoothDevice
#setUuids}. If setUuids has not
84
* @returns Value set by calling {@link
ShadowBluetoothDevice
#setBondState}. If setBondState has
113
* @returns Value set by calling {@link
ShadowBluetoothDevice
#setFetchUuidsWithSdpResult}. If not
Completed in 675 milliseconds