Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java530 protected boolean mCurrentFunctionsApplied; field in UsbDeviceManager.UsbHandler
1399 mCurrentFunctionsApplied); in dump()
1489 mCurrentFunctionsApplied = mCurrentFunctionsStr.equals( in UsbHandlerLegacy()
1630 final boolean oldFunctionsApplied = mCurrentFunctionsApplied; in setEnabledFunctions()
1711 || !mCurrentFunctionsApplied in trySetEnabledFunctions()
1716 mCurrentFunctionsApplied = false; in trySetEnabledFunctions()
1747 mCurrentFunctionsApplied = true; in trySetEnabledFunctions()
1945 mCurrentFunctionsApplied = msg.arg1 == 1; in handleMessage()
2068 mCurrentFunctionsApplied = true; in setCurrentUsbFunctionsCb()
2147 || !mCurrentFunctionsApplied in setEnabledFunctions()
[all …]