Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestImsRegistration.java99 public void resetLatch(int latchIndex, int newCount) { in resetLatch() argument
101 sLatches[latchIndex] = new CountDownLatch(newCount); in resetLatch()
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DCallLogTest.java101 public Integer newCount; field in CallLogTest.LogEntry
126 newCount = Integer.valueOf(value); in setValue()
/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()
1639 fail(label + " count newer " + newCount in verifyCount()
1644 if (newCount != oldCount) { in verifyCount()
1645 fail(label + " count newer " + newCount in verifyCount()
/cts/tests/tests/tv/src/android/media/tv/tuner/cts/
DTunerTest.java308 int newCount = mCapCounts.get(mask, 0) + 1; in updateCapCounts() local
309 mCapCounts.put(mask, newCount); in updateCapCounts()
310 if (newCount < mRunningMinCount) { in updateCapCounts()
311 mRunningMinCount = newCount; in updateCapCounts()
/cts/tests/tests/tv/tuner/src/android/media/tv/tuner/cts/
DTunerTest.java307 int newCount = mCapCounts.get(mask, 0) + 1; in updateCapCounts() local
308 mCapCounts.put(mask, newCount); in updateCapCounts()
309 if (newCount < mRunningMinCount) { in updateCapCounts()
310 mRunningMinCount = newCount; in updateCapCounts()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java2578 int newCount = mCountCallbacksRemaining.get();
2579 if (newCount == currentCount) {
2583 currentCount = newCount;