Searched refs:mMaxPower (Results 1 – 4 of 4) sorted by relevance
44 private final int mMaxPower; field in UsbConfiguration67 mMaxPower = maxPower; in UsbConfiguration()126 return mMaxPower * 2; in getMaxPower()159 ",mMaxPower=" + mMaxPower + ",mInterfaces=["); in toString()194 parcel.writeInt(mMaxPower); in writeToParcel()
43 private int mMaxPower; // 8:1 Maximum Power Consumption in 2mA units field in UsbConfigDescriptor74 return mMaxPower; in getMaxPower()87 UsbConfiguration(mConfigValue, name, mAttribs, mMaxPower); in toAndroid()106 mMaxPower = stream.getUnsignedByte(); in parseRawDescriptors()
124 private double mMaxPower = 1; field in BatteryStatsHelper379 mMaxPower = 0; in refreshStats()512 mMaxRealPower = mMaxPower = mUsageList.get(0).totalPowerMah; in refreshStats()537 mMaxPower = Math.max(mMaxPower, amount); in refreshStats()548 mMaxPower = Math.max(mMaxPower, amount); in refreshStats()826 return mMaxPower; in getMaxPower()
25235 Landroid/hardware/usb/UsbConfiguration;->mMaxPower:I87788 Lcom/android/internal/os/BatteryStatsHelper;->mMaxPower:D