Searched refs:supportsEnableContaminantPresenceProtection (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/usb/java/com/android/server/usb/hal/port/ |
D | RawPortInfo.java | 38 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,
|
D | UsbPortHidl.java | 500 current.supportsEnableContaminantPresenceProtection, in notifyPortStatusChange_1_2()
|
D | UsbPortAidl.java | 688 current.supportsEnableContaminantPresenceProtection, in notifyPortStatusChange()
|
/frameworks/base/core/java/android/hardware/usb/ |
D | ParcelableUsbPort.java | 42 boolean supportsEnableContaminantPresenceProtection, in ParcelableUsbPort() argument 50 supportsEnableContaminantPresenceProtection; in ParcelableUsbPort() 68 port.supportsEnableContaminantPresenceProtection(), in of() 112 boolean supportsEnableContaminantPresenceProtection = in.readBoolean(); 119 supportsEnableContaminantPresenceProtection,
|
D | UsbPort.java | 283 boolean supportsEnableContaminantPresenceProtection, in UsbPort() argument 286 supportsEnableContaminantPresenceProtection, in UsbPort() 294 boolean supportsEnableContaminantPresenceProtection, in UsbPort() argument 307 supportsEnableContaminantPresenceProtection; in UsbPort() 357 public boolean supportsEnableContaminantPresenceProtection() { in supportsEnableContaminantPresenceProtection() method in UsbPort
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbPortManager.java | 980 portInfo.supportsEnableContaminantPresenceProtection, in updatePortsLocked() 1001 currentPortInfo.supportsEnableContaminantPresenceProtection, in updatePortsLocked() 1051 boolean supportsEnableContaminantPresenceProtection, in addOrUpdatePortLocked() argument 1115 supportsEnableContaminantPresenceProtection, in addOrUpdatePortLocked() 1137 if (supportsEnableContaminantPresenceProtection in addOrUpdatePortLocked() 1138 != portInfo.mUsbPort.supportsEnableContaminantPresenceProtection()) { in addOrUpdatePortLocked() 1143 + portInfo.mUsbPort.supportsEnableContaminantPresenceProtection() in addOrUpdatePortLocked() 1144 + ", current=" + supportsEnableContaminantPresenceProtection); in addOrUpdatePortLocked() 1476 boolean supportsEnableContaminantPresenceProtection, in PortInfo() argument 1482 supportsEnableContaminantPresenceProtection, in PortInfo()
|