Searched refs:getPersistProp (Results 1 – 2 of 2) sorted by relevance
1787 mCurrentOemFunctions = getSystemProperty(getPersistProp(false), in UsbHandlerLegacy()1795 mCurrentFunctionsStr = getSystemProperty(getPersistProp(true), in UsbHandlerLegacy()1879 + getPersistProp(false)); in applyOemOverrideFunction()1880 setSystemProperty(getPersistProp(false), newFunction); in applyOemOverrideFunction()1886 setSystemProperty(getPersistProp(false), newFunction); in applyOemOverrideFunction()1888 setSystemProperty(getPersistProp(false), UsbManager.USB_FUNCTION_NONE); in applyOemOverrideFunction()2015 setSystemProperty(getPersistProp(true), functions); in trySetEnabledFunctions()2061 private String getPersistProp(boolean functions) { in getPersistProp() method in UsbDeviceManager.UsbHandlerLegacy
24218 PLcom/android/server/usb/UsbDeviceManager$UsbHandlerLegacy;->getPersistProp(Z)Ljava/lang/String;