Home
last modified time | relevance | path

Searched defs:inBetween (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractAbstractFutureTest.java201 CountingRunnable inBetween = new CountingRunnable(); in testListenLaterSetAsynchronouslyLaterDelegateSuccessful() local
217 CountingRunnable inBetween = new CountingRunnable(); in testListenLaterSetAsynchronouslyLaterDelegateFailed() local
233 CountingRunnable inBetween = new CountingRunnable(); in testListenLaterSetAsynchronouslyLaterDelegateCancelled() local
249 CountingRunnable inBetween = new CountingRunnable(); in testListenLaterSetAsynchronouslyLaterDelegateInterrupted() local
265 CountingRunnable inBetween = new CountingRunnable(); in testListenLaterSetAsynchronouslyLaterSelfCancelled() local
281 CountingRunnable inBetween = new CountingRunnable(); in testListenLaterSetAsynchronouslyLaterSelfInterrupted() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractAbstractFutureTest.java201 CountingRunnable inBetween = new CountingRunnable(); in testListenLaterSetAsynchronouslyLaterDelegateSuccessful() local
217 CountingRunnable inBetween = new CountingRunnable(); in testListenLaterSetAsynchronouslyLaterDelegateFailed() local
233 CountingRunnable inBetween = new CountingRunnable(); in testListenLaterSetAsynchronouslyLaterDelegateCancelled() local
249 CountingRunnable inBetween = new CountingRunnable(); in testListenLaterSetAsynchronouslyLaterDelegateInterrupted() local
265 CountingRunnable inBetween = new CountingRunnable(); in testListenLaterSetAsynchronouslyLaterSelfCancelled() local
281 CountingRunnable inBetween = new CountingRunnable(); in testListenLaterSetAsynchronouslyLaterSelfInterrupted() local
/aosp_15_r20/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTestConnectivityManager.java164 void makeDefaultNetwork(TestNetworkAgent agent, boolean order, @Nullable Runnable inBetween) { in makeDefaultNetwork()
368 public void fakeConnect(boolean order, @Nullable Runnable inBetween) { in fakeConnect()
393 public void fakeDisconnect(boolean order, @Nullable Runnable inBetween) { in fakeDisconnect()