Searched refs:portStatus (Results 1 – 1 of 1) sorted by relevance
85 UsbPortStatus portStatus = intent.getExtras() in onReceive() local87 if (portStatus != null) { in onReceive()88 mDataRole = portStatus.getCurrentDataRole(); in onReceive()89 mPowerRole = portStatus.getCurrentPowerRole(); in onReceive()