Searched refs:getPersistProp (Results 1 – 1 of 1) sorted by relevance
1358 mCurrentOemFunctions = getSystemProperty(getPersistProp(false), in UsbHandlerLegacy()1366 mCurrentFunctionsStr = getSystemProperty(getPersistProp(true), in UsbHandlerLegacy()1443 + getPersistProp(false)); in applyOemOverrideFunction()1444 setSystemProperty(getPersistProp(false), newFunction); in applyOemOverrideFunction()1450 setSystemProperty(getPersistProp(false), newFunction); in applyOemOverrideFunction()1452 setSystemProperty(getPersistProp(false), UsbManager.USB_FUNCTION_NONE); in applyOemOverrideFunction()1576 setSystemProperty(getPersistProp(true), functions); in trySetEnabledFunctions()1623 private String getPersistProp(boolean functions) { in getPersistProp() method in UsbDeviceManager.UsbHandlerLegacy