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.java375 private boolean mCurrentFunctionsApplied; field in UsbDeviceManager.UsbHandler
391 mCurrentFunctionsApplied = mCurrentFunctions.equals( in UsbHandler()
396 mCurrentFunctionsApplied = SystemProperties.get(USB_CONFIG_PROPERTY, in UsbHandler()
569 final boolean oldFunctionsApplied = mCurrentFunctionsApplied; in setEnabledFunctions()
627 || !mCurrentFunctionsApplied in trySetEnabledFunctions()
632 mCurrentFunctionsApplied = false; in trySetEnabledFunctions()
656 mCurrentFunctionsApplied = true; in trySetEnabledFunctions()
1098 pw.println(" mCurrentFunctionsApplied: " + mCurrentFunctionsApplied); in dump()