Home
last modified time | relevance | path

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

/test/vti/dashboard/src/test/java/com/android/vts/util/
DObjectifyExtension.java31 private static final Namespace NAMESPACE = Namespace.create(ObjectifyExtension.class); field in ObjectifyExtension
42 context.getStore(NAMESPACE).put(Closeable.class, rootService); in beforeEach()
48 context.getStore(NAMESPACE).get(Closeable.class, Closeable.class); in afterEach()