Searched refs:otherUidChargesUC (Results 1 – 3 of 3) sorted by relevance
124 assertNull(delta.otherUidChargesUC); in testUpdateAndGetDelta()142 assertNotNull(delta.otherUidChargesUC); in testUpdateAndGetDelta()144 assertNullOrEmpty(delta.otherUidChargesUC[1]); in testUpdateAndGetDelta()145 assertNullOrEmpty(delta.otherUidChargesUC[2]); in testUpdateAndGetDelta()152 assertNull(delta.otherUidChargesUC); in testUpdateAndGetDelta()169 assertNotNull(delta.otherUidChargesUC); in testUpdateAndGetDelta()178 assertNullOrEmpty(delta.otherUidChargesUC[1]); in testUpdateAndGetDelta()179 assertNullOrEmpty(delta.otherUidChargesUC[2]); in testUpdateAndGetDelta()194 assertNotNull(delta.otherUidChargesUC); in testUpdateAndGetDelta()214 assertNull(delta.otherUidChargesUC); in testUpdateAndGetDelta_some()[all …]
133 public @Nullable SparseLongArray[] otherUidChargesUC = null; field in EnergyConsumerSnapshot.EnergyConsumerDeltaData269 output.otherUidChargesUC = new SparseLongArray[mNumOtherOrdinals]; in updateAndGetDelta()272 output.otherUidChargesUC[ordinal] = otherUidCharges; in updateAndGetDelta()
739 SparseLongArray uidEnergies = energyConsumerDeltas.otherUidChargesUC[ord];