(UsbDevice a, UsbDevice b)
| 245 | } |
| 246 | |
| 247 | private static boolean isSameDevice(UsbDevice a, UsbDevice b) { |
| 248 | return isSameDeviceName(a, b) && isSameSerialNumber(a, b); |
| 249 | } |
| 250 | |
| 251 | @Override |
| 252 | public synchronized void onReceive(Context context, Intent intent) { |
no test coverage detected