Java 类org.robolectric.shadows.ShadowBluetoothDevice 实例源码

项目:FullRobolectricTestSample    文件:Robolectric.java   
public static ShadowBluetoothDevice shadowOf(BluetoothDevice other) {
  return (ShadowBluetoothDevice) Robolectric.shadowOf_(other);
}