Searched refs:pui (Results 1 – 1 of 1) sorted by relevance
235 for (SystemProto.PowerUseItem pui : s.getPowerUseItemList()) { in testSystemProto()237 .contains(pui.getName().getValueDescriptor())); in testSystemProto()238 assertTrue(0 <= pui.getUid()); in testSystemProto()239 assertTrue(0 <= pui.getComputedPowerMah()); in testSystemProto()240 assertTrue(0 <= pui.getScreenPowerMah()); in testSystemProto()241 assertTrue(0 <= pui.getProportionalSmearMah()); in testSystemProto()417 UidProto.PowerUseItem pui = u.getPowerUseItem(); in testUidProto() local418 assertTrue(0 <= pui.getComputedPowerMah()); in testUidProto()419 assertTrue(0 <= pui.getScreenPowerMah()); in testUidProto()420 assertTrue(0 <= pui.getProportionalSmearMah()); in testUidProto()