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