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