Home
last modified time | relevance | path

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

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