Home
last modified time | relevance | path

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

/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java493 protected boolean mCurrentFunctionsApplied; field in UsbDeviceManager.UsbHandler
1291 mCurrentFunctionsApplied); in dump()
1363 mCurrentFunctionsApplied = mCurrentFunctionsStr.equals( in UsbHandlerLegacy()
1368 mCurrentFunctionsApplied = getSystemProperty(USB_CONFIG_PROPERTY, in UsbHandlerLegacy()
1501 final boolean oldFunctionsApplied = mCurrentFunctionsApplied; in setEnabledFunctions()
1582 || !mCurrentFunctionsApplied in trySetEnabledFunctions()
1587 mCurrentFunctionsApplied = false; in trySetEnabledFunctions()
1618 mCurrentFunctionsApplied = true; in trySetEnabledFunctions()
1797 if (!mCurrentFunctionsApplied && !mCurrentUsbFunctionsRequested) { in onRegistration()
1831 mCurrentFunctionsApplied = msg.arg1 == 1; in handleMessage()
[all …]