Home
last modified time | relevance | path

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

/cts/tests/appsearch/testutils/src/android/app/appsearch/testutil/external/
DAppSearchSessionShim.java75 ListenableFuture<Set<String>> getNamespacesAsync(); in getNamespacesAsync() method
/cts/tests/appsearch/testutils/src/android/app/appsearch/testutil/
DAppSearchSessionShimImpl.java122 public ListenableFuture<Set<String>> getNamespacesAsync() { in getNamespacesAsync() method in AppSearchSessionShimImpl
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DAppSearchSessionCtsTestBase.java1476 assertThat(mDb1.getNamespacesAsync().get()).isEmpty(); in testGetNamespaces()
1485 assertThat(mDb1.getNamespacesAsync().get()).containsExactly("namespace1"); in testGetNamespaces()
1496 assertThat(mDb1.getNamespacesAsync().get()) in testGetNamespaces()
1503 assertThat(mDb1.getNamespacesAsync().get()) in testGetNamespaces()
1510 assertThat(mDb1.getNamespacesAsync().get()).containsExactly("namespace1", "namespace3"); in testGetNamespaces()
1515 assertThat(mDb1.getNamespacesAsync().get()).containsExactly("namespace1", "namespace3"); in testGetNamespaces()
1527 assertThat(mDb1.getNamespacesAsync().get()).isEmpty(); in testGetNamespaces_dbIsolation()
1528 assertThat(mDb2.getNamespacesAsync().get()).isEmpty(); in testGetNamespaces_dbIsolation()
1549 assertThat(mDb1.getNamespacesAsync().get()) in testGetNamespaces_dbIsolation()
1551 assertThat(mDb2.getNamespacesAsync().get()).containsExactly("namespace_db2"); in testGetNamespaces_dbIsolation()
[all …]