Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestImsRegistration.java72 public void resetLatch(int latchIndex, int newCount) { in resetLatch() argument
74 sLatches[latchIndex] = new CountDownLatch(newCount); in resetLatch()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java1151 private void verifyCount(int oldCount, int newCount, boolean larger, String label, in verifyCount() argument
1154 if (newCount <= oldCount) { in verifyCount()
1155 fail(label + " count newer " + newCount in verifyCount()
1160 if (newCount != oldCount) { in verifyCount()
1161 fail(label + " count newer " + newCount in verifyCount()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java1622 int newCount = mCountCallbacksRemaining.get();
1623 if (newCount == currentCount) {
1627 currentCount = newCount;