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

/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java374 private String mCurrentFunctions; field in class:UsbDeviceManager.UsbHandler
389 mCurrentFunctions = SystemProperties.get(USB_CONFIG_PROPERTY,
391 mCurrentFunctionsApplied = mCurrentFunctions.equals(
394 mCurrentFunctions = SystemProperties.get(getPersistProp(true),
529 String oldFunctions = mCurrentFunctions;
568 final String oldFunctions = mCurrentFunctions;
619 if (!isNormalBoot() && !mCurrentFunctions.equals(functions)) {
626 || !mCurrentFunctions.equals(functions)
630 mCurrentFunctions = functions;
756 if (mCurrentFunctions !
[all...]

Completed in 91 milliseconds