Home
last modified time | relevance | path

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

/cts/tests/appsearch/testutils/src/android/app/appsearch/testutil/external/
DAppSearchSessionShim.java396 ListenableFuture<AppSearchBatchResult<String, Void>> removeAsync( in removeAsync() method
419 ListenableFuture<Void> removeAsync( in removeAsync() method
/cts/tests/appsearch/testutils/src/android/app/appsearch/testutil/
DAppSearchSessionShimImpl.java167 public ListenableFuture<AppSearchBatchResult<String, Void>> removeAsync( in removeAsync() method in AppSearchSessionShimImpl
176 public ListenableFuture<Void> removeAsync( in removeAsync() method in AppSearchSessionShimImpl
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DAppSearchSessionCtsTestBase.java1501 mDb1.removeAsync( in testGetNamespaces()
1508 mDb1.removeAsync( in testGetNamespaces()
4720 mDb1.removeAsync( in testRemove()
4737 mDb1.removeAsync( in testRemove()
4781 mDb1.removeAsync( in testRemove_multipleIds()
4833 mDb1.removeAsync( in testRemoveByQuery()
4849 mDb1.removeAsync( in testRemoveByQuery()
4897 mDb1.removeAsync( in testRemoveByQuery_nonExistNamespace()
4933 mDb1.removeAsync( in testRemoveByQuery_packageFilter()
4943 mDb1.removeAsync( in testRemoveByQuery_packageFilter()
[all …]
DGlobalSearchSessionCtsTestBase.java1194 mDb1.removeAsync( in testRegisterObserver_removeById()
1199 mDb2.removeAsync( in testRegisterObserver_removeById()
1330 mDb1.removeAsync( in testRegisterObserver_removeByQuery()
1336 mDb2.removeAsync("", new SearchSpec.Builder().build()).get(); in testRegisterObserver_removeByQuery()