Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/tests/compliancetests/src/com/android/cellbroadcastreceiver/compliancetests/
DCellBroadcastBaseTest.java92 protected static CountDownLatch sSetChannelIsDone = new CountDownLatch(1); field in CellBroadcastBaseTest
143 sSetChannelIsDone.countDown(); in onGsmBroadcastActivated()
200 sSetChannelIsDone.countDown(); in beforeAllTests()
242 sSetChannelIsDone.await(MAX_WAIT_TIME, TimeUnit.MILLISECONDS); in waitForNotify()
349 sSetChannelIsDone = new CountDownLatch(1); in setSimInfo()