Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java579 protected boolean mCurrentFunctionsApplied; field in UsbDeviceManager.UsbHandler
1563 mCurrentFunctionsApplied); in dump()
1666 mCurrentFunctionsApplied = mCurrentFunctionsStr.equals( in UsbHandlerLegacy()
1814 final boolean oldFunctionsApplied = mCurrentFunctionsApplied; in setEnabledFunctions()
1895 || !mCurrentFunctionsApplied in trySetEnabledFunctions()
1899 mCurrentFunctionsApplied = false; in trySetEnabledFunctions()
1930 mCurrentFunctionsApplied = true; in trySetEnabledFunctions()
2138 mCurrentFunctionsApplied = msg.arg1 == 1; in handleMessage()
2232 mCurrentFunctionsApplied = true; in setCurrentUsbFunctionsCb()
2310 || !mCurrentFunctionsApplied in setEnabledFunctions()
[all …]