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