Searched refs:mCurrentFunctionsStr (Results 1 – 1 of 1) sorted by relevance
1647 private String mCurrentFunctionsStr; field in UsbDeviceManager.UsbHandlerLegacy1664 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()