Searched refs:BootUsbService (Results 1 – 2 of 2) sorted by relevance
29 Intent bootUsbServiceIntent = new Intent(context, BootUsbService.class); in onReceive()31 BootUsbService.USB_DEVICE_LIST_KEY, new ArrayList<>(deviceList.values())); in onReceive()
42 public class BootUsbService extends Service { class43 private static final String TAG = BootUsbService.class.getSimpleName();