Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java1647 private String mCurrentFunctionsStr; field in UsbDeviceManager.UsbHandlerLegacy
1664 mCurrentFunctionsStr = getSystemProperty(USB_CONFIG_PROPERTY, in UsbHandlerLegacy()
1666 mCurrentFunctionsApplied = mCurrentFunctionsStr.equals( in UsbHandlerLegacy()
1669 mCurrentFunctionsStr = getSystemProperty(getPersistProp(true), in UsbHandlerLegacy()
1888 if (!isNormalBoot() && !mCurrentFunctionsStr.equals(functions)) { in trySetEnabledFunctions()
1894 || !mCurrentFunctionsStr.equals(functions) in trySetEnabledFunctions()
1897 mCurrentFunctionsStr = functions; in trySetEnabledFunctions()