Searched refs:sServiceUnboundlatch (Results 1 – 1 of 1) sorted by relevance
38 private static CountDownLatch sServiceUnboundlatch = new CountDownLatch(1); field in CtsThirdPartyInCallService78 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()