Home
last modified time | relevance | path

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

/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java532 String newFunction = applyAdbFunction(SystemProperties.get( in setAdbEnabled()
611 if (functions == null || applyAdbFunction(functions) in trySetEnabledFunctions()
615 functions = applyAdbFunction(functions); in trySetEnabledFunctions()
661 private String applyAdbFunction(String functions) { in applyAdbFunction() method in UsbDeviceManager.UsbHandler