Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestImsService.java262 public boolean waitForLatchCountdown(int latchIndex) { in waitForLatchCountdown() argument
267 latch = sLatches[latchIndex]; in waitForLatchCountdown()
274 sLatches[latchIndex] = new CountDownLatch(1); in waitForLatchCountdown()
279 public void countDownLatch(int latchIndex) { in countDownLatch() argument
281 sLatches[latchIndex].countDown(); in countDownLatch()
/cts/tests/tests/telephony/current/TestExternalImsServiceApp/src/android/telephony/cts/externalimsservice/
DTestExternalImsService.java40 public boolean waitForLatchCountdown(int latchIndex) { in waitForLatchCountdown() argument
41 return TestExternalImsService.this.waitForLatchCountdown(latchIndex); in waitForLatchCountdown()
/cts/tests/tests/telephony/current/TestExternalImsServiceApp/aidl/android/telephony/cts/externalimsservice/
DITestExternalImsService.aidl27 boolean waitForLatchCountdown(int latchIndex); in waitForLatchCountdown() argument