Searched refs:getDeviceMatches (Results 1 – 1 of 1) sorted by relevance
194 List<UsbHandlerPackage> matches = getDeviceMatches(device, intent, false); in doHandleResolveHandlers()205 for (UsbHandlerPackage pkg : getDeviceMatches(device, intent, true)) { in doHandleResolveHandlers()260 private List<UsbHandlerPackage> getDeviceMatches( in getDeviceMatches() method in UsbDeviceHandlerResolver