Searched refs:stopLatch (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
D | TestSequencer.java | 98 CountDownLatch stopLatch = new CountDownLatch(1); in run() local 118 mConfigurator.getObexServer(mSequence, stopLatch) , null); in run() 215 stopLatch.await(); in run()
|
D | SdpManagerTest.java | 233 CountDownLatch stopLatch = new CountDownLatch(1); in testSdpSearchServer() local 246 new SdpManagerTestServer(stopLatch, mContext, clientDevice), null); in testSdpSearchServer() 253 stopLatch.await(); in testSdpSearchServer()
|
D | ObexTestServer.java | 27 public ObexTestServer(ArrayList<SeqStep> sequence, CountDownLatch stopLatch) { in ObexTestServer() argument 31 mStopLatch = stopLatch; in ObexTestServer()
|
D | MapObexTestServer.java | 59 CountDownLatch stopLatch) throws RemoteException { in MapObexTestServer() argument 75 mStopLatch = stopLatch; in MapObexTestServer()
|
D | MapObexLevelTest.java | 274 CountDownLatch stopLatch) { in getObexServer() argument 276 return new MapObexTestServer(mContext, sequence, stopLatch); in getObexServer()
|
D | SdpManagerTestServer.java | 47 public SdpManagerTestServer(CountDownLatch stopLatch, Context context, in SdpManagerTestServer() argument 50 mStopLatch = stopLatch; in SdpManagerTestServer()
|
D | ObexTest.java | 713 CountDownLatch stopLatch) { in getObexServer() argument 714 return new ObexTestServer(sequence, stopLatch); in getObexServer()
|
D | ITestSequenceConfigurator.java | 16 CountDownLatch stopLatch); in getObexServer() argument
|