Home
last modified time | relevance | path

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

/cts/tests/appsearch/aidl/com/android/cts/appsearch/
DICommandReceiver.aidl40 in String entityId, in boolean globallySearchable); in indexAction() argument
/cts/tests/appsearch/helper-app/src/com/android/cts/appsearch/helper/
DAppSearchTestService.java301 boolean globallySearchable) { in indexAction() argument
328 if (!globallySearchable) { in indexAction()
350 Log.e(TAG, "Failed to index " + (globallySearchable ? "" : "non-") in indexAction()
/cts/tests/appsearch/src/com/android/cts/appsearch/app/
DGlobalSearchSessionServiceCtsTestBase.java1975 boolean globallySearchable) in indexActionDocument() argument
1983 .indexAction(databaseName, namespace, id, entityId, globallySearchable)) in indexActionDocument()