Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/
DCtsThirdPartyInCallService.java38 private static CountDownLatch sServiceUnboundlatch = new CountDownLatch(1); field in CtsThirdPartyInCallService
78 long olderState = sServiceUnboundlatch.getCount(); in onUnbind()
79 sServiceUnboundlatch.countDown(); in onUnbind()
80 Log.d(TAG, "In Call Service unbind, " + olderState + " -> " + sServiceUnboundlatch); in onUnbind()
114 sServiceUnboundlatch = new CountDownLatch(1); in resetLatchForServiceBound()
127 : checkLatch(sServiceUnboundlatch); in checkBindStatus()