Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/usb/
DUsbManager.java366 private static final long SETTABLE_FUNCTIONS = FUNCTION_MTP | FUNCTION_PTP | FUNCTION_RNDIS field in UsbManager
900 || ((~SETTABLE_FUNCTIONS & functions) == 0 && Long.bitCount(functions) == 1); in areSettableFunctions()