Home
last modified time | relevance | path

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

/frameworks/base/services/usb/java/com/android/server/usb/
DUsbPortManager.java171 logAndPrintException(null, in UsbPortManager()
184 logAndPrintException(null, in systemReady()
341 logAndPrintException(pw, "Failed to set contaminant detection", e); in enableContaminantDetection()
343 logAndPrintException(pw, "Method only applicable to V1.2 or above implementation", e); in enableContaminantDetection()
441 logAndPrintException(pw, "Failed to set the USB port mode: " in setPortRoles()
454 logAndPrintException(pw, "Failed to set the USB port power role: " in setPortRoles()
469 logAndPrintException(pw, "Failed to set the USB port data role: " in setPortRoles()
785 logAndPrintException(pw, "connectToProxy: usb hal service not found." in connectToProxy()
788 logAndPrintException(pw, "connectToProxy: usb hal service not responding", e); in connectToProxy()
1093 private static void logAndPrintException(IndentingPrintWriter pw, String msg, Exception e) { in logAndPrintException() method in UsbPortManager