Home
last modified time | relevance | path

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

/cts/tests/app/AppExitTest/src/android/app/cts/
DActivityManagerAppExitInfoTest.java392 private void awaitForLatch(CountDownLatch latch, String reasonFormat, in awaitForLatch() argument
394 awaitForLatch(latch, WAITFOR_MSEC, reasonFormat, reasonArgs); in awaitForLatch()
397 private void awaitForLatch(CountDownLatch latch, long timeout, String reasonFormat, in awaitForLatch() argument
399 String reason = String.format(reasonFormat, reasonArgs); in awaitForLatch()