Searched refs:mPortManager (Results 1 – 1 of 1) sorted by relevance
120 private UsbPortManager mPortManager; field in UsbService153 mPortManager = new UsbPortManager(context); in UsbService()218 if (mPortManager != null) { in systemReady()219 mPortManager.systemReady(); in systemReady()508 if (mPortManager == null) { in getPorts()511 final UsbPort[] ports = mPortManager.getPorts(); in getPorts()534 return mPortManager != null ? mPortManager.getPortStatus(portId) : null; in getPortStatus()548 if (mPortManager != null) { in setPortRoles()549 mPortManager.setPortRoles(portId, powerRole, dataRole, null); in setPortRoles()563 if (mPortManager != null) { in enableContaminantDetection()[all …]