Searched refs:ATTR_SELF_POWERED (Results 1 – 1 of 1) sorted by relevance
47 private static final int ATTR_SELF_POWERED = 1 << 6; field in UsbConfiguration92 return (mAttributes & ATTR_SELF_POWERED) != 0; in isSelfPowered()