Searched refs:portStatus (Results 1 – 1 of 1) sorted by relevance
97 UsbPortStatus portStatus = intent.getExtras() in onReceive() local99 if (portStatus != null) { in onReceive()100 mDataRole = portStatus.getCurrentDataRole(); in onReceive()101 mPowerRole = portStatus.getCurrentPowerRole(); in onReceive()