Searched refs:aoapHandler (Results 1 – 1 of 1) sorted by relevance
230 UsbDeviceSettings aoapHandler = getSingleAoapDeviceHandlerOrNull(handlers); in onHandlersResolveCompleted() local231 if (aoapHandler != null) { in onHandlersResolveCompleted()232 applyDeviceSettings(aoapHandler); in onHandlersResolveCompleted()244 UsbDeviceSettings aoapHandler = null; in getSingleAoapDeviceHandlerOrNull() local247 if (aoapHandler != null) { // Found multiple AOAP handlers. in getSingleAoapDeviceHandlerOrNull()250 aoapHandler = handler; in getSingleAoapDeviceHandlerOrNull()253 return aoapHandler; in getSingleAoapDeviceHandlerOrNull()