Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/UsbHostExternalManagmentTest/UsbHostExternalManagmentTestApp/src/com/android/hardware/usb/externalmanagementtest/
H A DUsbHostManagementActivity.java102 startAoap(mUsbDevice); in onCreate()
135 private void startAoap(UsbDevice device) { in startAoap() method in UsbHostManagementActivity
138 mUsbDeviceStateController.startAoap(request); in startAoap()
H A DUsbDeviceStateController.java106 public void startAoap(AoapSwitchRequest request) { in startAoap() method in UsbDeviceStateController