OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShadowBluetoothDevice
(Results
1 - 2
of
2
) sorted by null
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBluetoothDevice.java
8
public class
ShadowBluetoothDevice
{
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
Robolectric.java
156
ShadowBluetoothDevice
.class,
491
public static
ShadowBluetoothDevice
shadowOf(BluetoothDevice other) {
492
return (
ShadowBluetoothDevice
) Robolectric.shadowOf_(other);
[
all
...]
Completed in 654 milliseconds