Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/usb/
DParcelableUsbPort.java40 boolean supportsEnableContaminantPresenceProtection, in ParcelableUsbPort() argument
46 supportsEnableContaminantPresenceProtection; in ParcelableUsbPort()
61 port.supportsEnableContaminantPresenceProtection(), in of()
99 boolean supportsEnableContaminantPresenceProtection = in.readBoolean();
104 supportsEnableContaminantPresenceProtection,
DUsbPort.java68 boolean supportsEnableContaminantPresenceProtection, in UsbPort() argument
79 supportsEnableContaminantPresenceProtection; in UsbPort()
127 public boolean supportsEnableContaminantPresenceProtection() { in supportsEnableContaminantPresenceProtection() method in UsbPort
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbPortManager.java721 current.supportsEnableContaminantPresenceProtection, in notifyPortStatusChange_1_2()
812 portInfo.supportsEnableContaminantPresenceProtection, in updatePortsLocked()
824 currentPortInfo.supportsEnableContaminantPresenceProtection, in updatePortsLocked()
859 boolean supportsEnableContaminantPresenceProtection, in addOrUpdatePortLocked() argument
915 supportsEnableContaminantPresenceProtection, in addOrUpdatePortLocked()
933 if (supportsEnableContaminantPresenceProtection in addOrUpdatePortLocked()
934 != portInfo.mUsbPort.supportsEnableContaminantPresenceProtection()) { in addOrUpdatePortLocked()
939 + portInfo.mUsbPort.supportsEnableContaminantPresenceProtection() in addOrUpdatePortLocked()
940 + ", current=" + supportsEnableContaminantPresenceProtection); in addOrUpdatePortLocked()
1145 boolean supportsEnableContaminantPresenceProtection) { in PortInfo() argument
[all …]