Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/connecteddevice/usb/
DUsbBackend.java104 return !(areFunctionDisallowed(functions) || areFunctionsDisallowedBySystem(functions) in areFunctionsSupported()
200 private boolean areFunctionDisallowed(long functions) { in areFunctionDisallowed() method in UsbBackend