Home
last modified time | relevance | path

Searched refs:assertNullOrEmpty (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DMeasuredEnergySnapshotTest.java142 assertNullOrEmpty(delta.otherUidChargesUC[0]); // No change in uid energies in testUpdateAndGetDelta()
143 assertNullOrEmpty(delta.otherUidChargesUC[1]); in testUpdateAndGetDelta()
144 assertNullOrEmpty(delta.otherUidChargesUC[2]); in testUpdateAndGetDelta()
177 assertNullOrEmpty(delta.otherUidChargesUC[1]); in testUpdateAndGetDelta()
178 assertNullOrEmpty(delta.otherUidChargesUC[2]); in testUpdateAndGetDelta()
197 assertNullOrEmpty(delta.otherUidChargesUC[1]); // Not present in testUpdateAndGetDelta()
281 private void assertNullOrEmpty(SparseLongArray a) { in assertNullOrEmpty() method in MeasuredEnergySnapshotTest