Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/usb/java/com/android/server/usb/hal/port/
H A DRawPortInfo.java38 public boolean supportsEnableContaminantPresenceProtection; field in RawPortInfo
55 this.supportsEnableContaminantPresenceProtection = false; in RawPortInfo()
73 boolean supportsEnableContaminantPresenceProtection, in RawPortInfo() argument
84 supportsEnableContaminantPresenceProtection, contaminantProtectionStatus, in RawPortInfo()
95 boolean supportsEnableContaminantPresenceProtection, in RawPortInfo() argument
116 this.supportsEnableContaminantPresenceProtection = in RawPortInfo()
117 supportsEnableContaminantPresenceProtection; in RawPortInfo()
148 dest.writeBoolean(supportsEnableContaminantPresenceProtection); in writeToParcel()
179 boolean supportsEnableContaminantPresenceProtection = in.readBoolean();
199 supportsEnableContaminantPresenceProtection,
H A DUsbPortHidl.java500 current.supportsEnableContaminantPresenceProtection, in notifyPortStatusChange_1_2()
H A DUsbPortAidl.java677 current.supportsEnableContaminantPresenceProtection, in notifyPortStatusChange()
/aosp14/frameworks/base/core/java/android/hardware/usb/
H A DParcelableUsbPort.java42 boolean supportsEnableContaminantPresenceProtection, in ParcelableUsbPort() argument
50 supportsEnableContaminantPresenceProtection; in ParcelableUsbPort()
68 port.supportsEnableContaminantPresenceProtection(), in of()
112 boolean supportsEnableContaminantPresenceProtection = in.readBoolean();
119 supportsEnableContaminantPresenceProtection,
H A DUsbPort.java275 boolean supportsEnableContaminantPresenceProtection, in UsbPort() argument
278 supportsEnableContaminantPresenceProtection, in UsbPort()
286 boolean supportsEnableContaminantPresenceProtection, in UsbPort() argument
299 supportsEnableContaminantPresenceProtection; in UsbPort()
349 public boolean supportsEnableContaminantPresenceProtection() { in supportsEnableContaminantPresenceProtection() method in UsbPort
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbPortManager.java970 portInfo.supportsEnableContaminantPresenceProtection, in updatePortsLocked()
991 currentPortInfo.supportsEnableContaminantPresenceProtection, in updatePortsLocked()
1041 boolean supportsEnableContaminantPresenceProtection, in addOrUpdatePortLocked() argument
1105 supportsEnableContaminantPresenceProtection, in addOrUpdatePortLocked()
1127 if (supportsEnableContaminantPresenceProtection in addOrUpdatePortLocked()
1128 != portInfo.mUsbPort.supportsEnableContaminantPresenceProtection()) { in addOrUpdatePortLocked()
1133 + portInfo.mUsbPort.supportsEnableContaminantPresenceProtection() in addOrUpdatePortLocked()
1134 + ", current=" + supportsEnableContaminantPresenceProtection); in addOrUpdatePortLocked()
1446 boolean supportsEnableContaminantPresenceProtection, in PortInfo() argument
1452 supportsEnableContaminantPresenceProtection, in PortInfo()