Home
last modified time | relevance | path

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

/cts/tests/tests/car/src/android/car/cluster/cts/
DClusterHomeManagerTest.java137 int oldCount = Integer.valueOf(oldDump.get(DUMP_TPL_COUNT)); in testStartVisibilityMonitoring() local
148 return count > oldCount && visible; in testStartVisibilityMonitoring()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java1635 private void verifyCount(int oldCount, int newCount, boolean larger, String label, in verifyCount() argument
1638 if (newCount <= oldCount) { in verifyCount()
1640 + " expected to be larger than older " + oldCount in verifyCount()
1644 if (newCount != oldCount) { in verifyCount()
1646 + " expected to be same as older " + oldCount in verifyCount()