(String name)
| 35 | { |
| 36 | |
| 37 | public static Image createImage(String name) throws IOException |
| 38 | { |
| 39 | return DeviceFactory.getDevice().getDeviceDisplay().createImage(name); |
| 40 | } |
| 41 | |
| 42 | public static Image createImage(byte[] imageData, int imageOffset, int imageLength) |
| 43 | { |
no test coverage detected