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.java1358 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