Home
last modified time | relevance | path

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

/test/vti/dashboard/src/test/java/com/android/vts/util/
DObjectifyExtension.java40 final Closeable rootService = ObjectifyService.begin(); in beforeEach() local
42 context.getStore(NAMESPACE).put(Closeable.class, rootService); in beforeEach()
47 final Closeable rootService = in afterEach() local
50 rootService.close(); in afterEach()