Home
last modified time | relevance | path

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

/cts/tests/appsearch/src/com/android/cts/appsearch/app/
DGlobalSearchSessionServiceCtsTestBase.java667 indexGloballySearchableDocument(PKG_A, DB_NAME, NAMESPACE_NAME, "id1", in testAllowPermissionAccess()
692 indexGloballySearchableDocument(PKG_A, DB_NAME, NAMESPACE_NAME, "id1", in testRequireAllPermissionsOfAnyCombinationToAccess()
774 indexGloballySearchableDocument(PKG_A, DB_NAME, NAMESPACE_NAME, "id1", in testAllowPermissions_sameError()
795 indexGloballySearchableDocument(PKG_A, DB_NAME, NAMESPACE_NAME, "id1"); in testGlobalGetById_withAccess()
890 indexGloballySearchableDocument(PKG_A, DB_NAME, NAMESPACE_NAME, "id1"); in testGlobalGetById_sameErrorMessages()
1170 indexGloballySearchableDocument(PKG_A, DB_NAME, NAMESPACE_NAME, "id1"); in testGlobalSearch_withAccess()
1171 indexGloballySearchableDocument(PKG_B, DB_NAME, NAMESPACE_NAME, "id1"); in testGlobalSearch_withAccess()
1197 indexGloballySearchableDocument(PKG_A, DB_NAME, NAMESPACE_NAME, "id1"); in testGlobalSearch_withPartialAccess()
1221 indexGloballySearchableDocument(PKG_A, DB_NAME, NAMESPACE_NAME, "id1"); in testGlobalSearch_withPackageFilters()
1222 indexGloballySearchableDocument(PKG_B, DB_NAME, NAMESPACE_NAME, "id1"); in testGlobalSearch_withPackageFilters()
[all …]
/cts/tests/appsearch/aidl/com/android/cts/appsearch/
DICommandReceiver.aidl29 boolean indexGloballySearchableDocument(in String databaseName, in String namespace, in indexGloballySearchableDocument() method
/cts/tests/appsearch/helper-app/src/com/android/cts/appsearch/helper/
DAppSearchTestService.java147 public boolean indexGloballySearchableDocument( in indexGloballySearchableDocument() method in AppSearchTestService.CommandReceiver