Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbContaminantActivity.java92 mUsbPort.enableContaminantDetection(false); in onClick()
/aosp14/frameworks/base/core/java/android/hardware/usb/
H A DIUsbManager.aidl184 void enableContaminantDetection(in String portId, boolean enable); in enableContaminantDetection() method
H A DUsbPort.java594 public void enableContaminantDetection(boolean enable) { in enableContaminantDetection() method in UsbPort
595 mUsbManager.enableContaminantDetection(this, enable); in enableContaminantDetection()
H A DUsbManager.java1491 void enableContaminantDetection(@NonNull UsbPort port, boolean enable) { in enableContaminantDetection() method in UsbManager
1493 mService.enableContaminantDetection(port.getId(), enable); in enableContaminantDetection()
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbService.java811 public void enableContaminantDetection(String portId, boolean enable) { in enableContaminantDetection() method in UsbService
818 mPortManager.enableContaminantDetection(portId, enable, null); in enableContaminantDetection()
H A DUsbPortManager.java327 public void enableContaminantDetection(@NonNull String portId, boolean enable, in enableContaminantDetection() method in UsbPortManager
1297 enableContaminantDetection(portInfo.mUsbPort.getId(), true, pw); in enableContaminantDetectionIfNeeded()