Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/connecteddevice/usb/
DUsbBackend.java103 return !(areFunctionDisallowed(functions) || areFunctionsDisallowedBySystem(functions)); in areFunctionsSupported()
204 private boolean areFunctionsDisallowedBySystem(long functions) { in areFunctionsDisallowedBySystem() method in UsbBackend
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/connecteddevice/usb/
DUsbBackend.java103 return !(areFunctionDisallowed(functions) || areFunctionsDisallowedBySystem(functions)); in areFunctionsSupported()
204 private boolean areFunctionsDisallowedBySystem(long functions) { in areFunctionsDisallowedBySystem() method in UsbBackend