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()
42 private int mMaxPower; // 8:1 Maximum Power Consumption in 2mA units field in UsbConfigDescriptor75 return mMaxPower; in getMaxPower()100 UsbConfiguration(mConfigValue, name, mAttribs, mMaxPower); in toAndroid()121 mMaxPower = stream.getUnsignedByte(); in parseRawDescriptors()
112 private double mMaxPower = 1; field in BatteryStatsHelper318 mMaxPower = 0; in refreshStats()395 mMaxRealPower = mMaxPower = mUsageList.get(0).totalPowerMah; in refreshStats()421 mMaxPower = Math.max(mMaxPower, amount); in refreshStats()432 mMaxPower = Math.max(mMaxPower, amount); in refreshStats()511 return mMaxPower; in getMaxPower()
25226 Landroid/hardware/usb/UsbConfiguration;->mMaxPower:I76682 Lcom/android/internal/os/BatteryStatsHelper;->mMaxPower:D