Home
last modified time | relevance | path

Searched defs:sLatches (Results 1 – 9 of 9) sorted by relevance

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DBlockingIntentSenderService.java45 private static final Map<String, CountDownLatch> sLatches = new ConcurrentHashMap<>(); field in BlockingIntentSenderService
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestSipTransport.java49 protected static final CountDownLatch[] sLatches = new CountDownLatch[LATCH_MAX]; field in TestSipTransport
DTestImsRegistration.java57 private static final CountDownLatch[] sLatches = new CountDownLatch[LATCH_MAX]; field in TestImsRegistration
DImsCallingBase.java122 protected static final CountDownLatch[] sLatches = new CountDownLatch[LATCH_MAX]; field in ImsCallingBase
DTestImsService.java89 protected static final CountDownLatch[] sLatches = new CountDownLatch[LATCH_MAX]; field in TestImsService
/cts/tests/tests/wifi/mockWifi/src/android/wifi/mockwifi/
DMockWifiModemService.java47 private static CountDownLatch[] sLatches; field in MockWifiModemService
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTestDomainSelectionService.java77 protected static final CountDownLatch[] sLatches = new CountDownLatch[LATCH_MAX]; field in TestDomainSelectionService
DDomainSelectionCallingBase.java78 protected static final CountDownLatch[] sLatches = new CountDownLatch[LATCH_MAX]; field in DomainSelectionCallingBase
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockModemService.java85 protected static CountDownLatch[] sLatches; field in MockModemService