Searched refs:mSourcePower (Results 1 – 1 of 1) sorted by relevance
538 private boolean mSourcePower; field in UsbDeviceManager.UsbHandler1156 mSourcePower = status.getCurrentPowerRole() == POWER_ROLE_SOURCE; in handleMessage()1176 mSourcePower = false; in handleMessage()1485 if (mSourcePower) { in updateUsbNotification()1497 } else if (mSourcePower) { in updateUsbNotification()1700 dump.write("source_power", UsbHandlerProto.SOURCE_POWER, mSourcePower); in dump()