Searched refs:deviceContext (Results 1 - 1 of 1) sorted by relevance

/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
H A DUsbDeviceHandlerResolver.java485 DeviceContext deviceContext =
487 if (AoapInterface.isSupported(deviceContext.connection)) {
488 deviceContext.mActiveDeviceOptions.addAll(getDeviceMatches(device, intent, true));
489 queryNextAoapHandler(deviceContext);
491 deviceProbingComplete(deviceContext);
636 public void requestOnServiceConnectionStateChanged(DeviceContext deviceContext) { argument
637 sendMessage(obtainMessage(MSG_SERVICE_CONNECTION_STATE_CHANGE, deviceContext));

Completed in 34 milliseconds