Home
last modified time | relevance | path

Searched refs:canSwitchDeviceToAoap (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
H A DAoapServiceManager.java109 public boolean canSwitchDeviceToAoap(UsbDevice device, ComponentName serviceName) { in canSwitchDeviceToAoap() method in AoapServiceManager
116 return connection.canSwitchDeviceToAoap(device) in canSwitchDeviceToAoap()
252 CompletableFuture<Boolean> canSwitchDeviceToAoap(UsbDevice device) { in canSwitchDeviceToAoap() method in AoapServiceManager.AoapServiceConnection
H A DUsbDeviceHandlerResolver.java148 if (mAoapServiceManager.canSwitchDeviceToAoap(device, in dispatch()