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.java1348 private String mCurrentFunctionsStr; field in UsbDeviceManager.UsbHandlerLegacy
1361 mCurrentFunctionsStr = getSystemProperty(USB_CONFIG_PROPERTY, in UsbHandlerLegacy()
1363 mCurrentFunctionsApplied = mCurrentFunctionsStr.equals( in UsbHandlerLegacy()
1366 mCurrentFunctionsStr = getSystemProperty(getPersistProp(true), in UsbHandlerLegacy()
1575 if (!isNormalBoot() && !mCurrentFunctionsStr.equals(functions)) { in trySetEnabledFunctions()
1581 || !mCurrentFunctionsStr.equals(functions) in trySetEnabledFunctions()
1585 mCurrentFunctionsStr = functions; in trySetEnabledFunctions()