Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DTestSequencer.java98 CountDownLatch stopLatch = new CountDownLatch(1); in run() local
118 mConfigurator.getObexServer(mSequence, stopLatch) , null); in run()
215 stopLatch.await(); in run()
DSdpManagerTest.java233 CountDownLatch stopLatch = new CountDownLatch(1); in testSdpSearchServer() local
246 new SdpManagerTestServer(stopLatch, mContext, clientDevice), null); in testSdpSearchServer()
253 stopLatch.await(); in testSdpSearchServer()
DObexTestServer.java27 public ObexTestServer(ArrayList<SeqStep> sequence, CountDownLatch stopLatch) { in ObexTestServer() argument
31 mStopLatch = stopLatch; in ObexTestServer()
DMapObexTestServer.java59 CountDownLatch stopLatch) throws RemoteException { in MapObexTestServer() argument
75 mStopLatch = stopLatch; in MapObexTestServer()
DMapObexLevelTest.java274 CountDownLatch stopLatch) { in getObexServer() argument
276 return new MapObexTestServer(mContext, sequence, stopLatch); in getObexServer()
DSdpManagerTestServer.java47 public SdpManagerTestServer(CountDownLatch stopLatch, Context context, in SdpManagerTestServer() argument
50 mStopLatch = stopLatch; in SdpManagerTestServer()
DObexTest.java713 CountDownLatch stopLatch) { in getObexServer() argument
714 return new ObexTestServer(sequence, stopLatch); in getObexServer()
DITestSequenceConfigurator.java16 CountDownLatch stopLatch); in getObexServer() argument