Home
last modified time | relevance | path

Searched refs:getPersistProp (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java1348 mCurrentOemFunctions = getSystemProperty(getPersistProp(false), in UsbHandlerLegacy()
1356 mCurrentFunctionsStr = getSystemProperty(getPersistProp(true), in UsbHandlerLegacy()
1433 + getPersistProp(false)); in applyOemOverrideFunction()
1434 setSystemProperty(getPersistProp(false), newFunction); in applyOemOverrideFunction()
1440 setSystemProperty(getPersistProp(false), newFunction); in applyOemOverrideFunction()
1442 setSystemProperty(getPersistProp(false), UsbManager.USB_FUNCTION_NONE); in applyOemOverrideFunction()
1566 setSystemProperty(getPersistProp(true), functions); in trySetEnabledFunctions()
1613 private String getPersistProp(boolean functions) { in getPersistProp() method in UsbDeviceManager.UsbHandlerLegacy