Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DSingletonRunnerTest.java90 FluentFuture<Integer> secondRunResult = singletonRunner.runSingleInstance(); in testShouldRunOnceMultipleStartStops() local
97 assertThat(firstRunResult).isSameInstanceAs(secondRunResult); in testShouldRunOnceMultipleStartStops()
98 assertThat(secondRunResult).isSameInstanceAs(thirdRunResult); in testShouldRunOnceMultipleStartStops()
114 FluentFuture<Integer> secondRunResult = singletonRunner.runSingleInstance(); in testShouldRunAgain() local
117 assertThat(secondRunResult.get()).isEqualTo(2); in testShouldRunAgain()