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

/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java328 private boolean mCurrentFunctionsApplied; field in class:UsbDeviceManager.UsbHandler
343 mCurrentFunctionsApplied = mCurrentFunctions.equals(
483 final boolean oldFunctionsApplied = mCurrentFunctionsApplied;
523 if (!mCurrentFunctions.equals(functions) || !mCurrentFunctionsApplied
527 mCurrentFunctionsApplied = false;
538 mCurrentFunctionsApplied = true;
924 pw.println(" mCurrentFunctionsApplied: " + mCurrentFunctionsApplied);

Completed in 50 milliseconds