Home
last modified time | relevance | path

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

/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java1773 private String mCurrentFunctionsStr; field in UsbDeviceManager.UsbHandlerLegacy
1790 mCurrentFunctionsStr = getSystemProperty(USB_CONFIG_PROPERTY, in UsbHandlerLegacy()
1792 mCurrentFunctionsApplied = mCurrentFunctionsStr.equals( in UsbHandlerLegacy()
1795 mCurrentFunctionsStr = getSystemProperty(getPersistProp(true), in UsbHandlerLegacy()
2014 if (!isNormalBoot() && !mCurrentFunctionsStr.equals(functions)) { in trySetEnabledFunctions()
2020 || !mCurrentFunctionsStr.equals(functions) in trySetEnabledFunctions()
2023 mCurrentFunctionsStr = functions; in trySetEnabledFunctions()