Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java1702 String oemFunctions = applyOemOverrideFunction(functions); in trySetEnabledFunctions() local
1708 if ((!functions.equals(oemFunctions) in trySetEnabledFunctions()
1709 && !mCurrentOemFunctions.equals(oemFunctions)) in trySetEnabledFunctions()
1715 mCurrentOemFunctions = oemFunctions; in trySetEnabledFunctions()
1731 setUsbConfig(oemFunctions); in trySetEnabledFunctions()
1742 if (!waitForState(oemFunctions)) { in trySetEnabledFunctions()