Home
last modified time | relevance | path

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

/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java1192 private void verifyCount(int oldCount, int newCount, boolean larger, String label, in verifyCount() argument
1195 if (newCount <= oldCount) { in verifyCount()
1197 + " expected to be larger than older " + oldCount in verifyCount()
1201 if (newCount != oldCount) { in verifyCount()
1203 + " expected to be same as older " + oldCount in verifyCount()