Home
last modified time | relevance | path

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

/packages/modules/AppSearch/testing/appsindexertests/src/com/android/server/appsearch/appsindexer/
DSyncAppSearchImplTest.java18 import static android.app.appsearch.SearchSpec.TERM_MATCH_PREFIX;
117 .setTermMatch(TERM_MATCH_PREFIX) in testSynchronousMethods()
144 .setTermMatch(TERM_MATCH_PREFIX) in testSynchronousMethods()
/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/
DAppSearchSessionUnitTest.java19 import static android.app.appsearch.SearchSpec.TERM_MATCH_PREFIX;
97 .setTermMatch(TERM_MATCH_PREFIX) in testGetEmptyNextPage()
155 .setTermMatch(TERM_MATCH_PREFIX) in testGetEmptyNextPage_multiPages()
/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/external/app/
DSearchSpecInternalTest.java34 .setTermMatch(SearchSpec.TERM_MATCH_PREFIX) in testSearchSpecBuilder()
49 assertThat(searchSpec.getTermMatch()).isEqualTo(SearchSpec.TERM_MATCH_PREFIX); in testSearchSpecBuilder()
71 .setTermMatch(SearchSpec.TERM_MATCH_PREFIX) in testSearchSpecBuilderCopyConstructor()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DEnterpriseContactsTest.java315 .setTermMatch(SearchSpec.TERM_MATCH_PREFIX) in testSearchEnterpriseContacts()
344 .setTermMatch(SearchSpec.TERM_MATCH_PREFIX) in testSearchEnterpriseContacts_withProjection()
377 .setTermMatch(SearchSpec.TERM_MATCH_PREFIX) in testSearchEnterpriseContacts_withFilter()
425 .setTermMatch(SearchSpec.TERM_MATCH_PREFIX) in testEnterpriseContacts_canAccessWithOnlyContactsAccess()
449 .setTermMatch(SearchSpec.TERM_MATCH_PREFIX) in testEnterpriseContacts_canNotAccessWithoutContactsAccess()
477 .setTermMatch(SearchSpec.TERM_MATCH_PREFIX) in testEnterpriseContacts_canNotAccessWithOnlyCallerIdAccess()
566 .setTermMatch(SearchSpec.TERM_MATCH_PREFIX) in testEnterpriseContactsInSystemPackage_transformPerson()
DAppSearchHelperTest.java360 .setTermMatch(SearchSpec.TERM_MATCH_PREFIX) in testPersonSchema_indexFirstMiddleAndLastNames()
413 .setTermMatch(SearchSpec.TERM_MATCH_PREFIX) in testPersonSchema_indexFullNameOnly()
419 .setTermMatch(SearchSpec.TERM_MATCH_PREFIX) in testPersonSchema_indexFullNameOnly()
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DSearchSpec.java174 @IntDef(value = {TERM_MATCH_EXACT_ONLY, TERM_MATCH_PREFIX})
192 public static final int TERM_MATCH_PREFIX = 2; field in SearchSpec
754 @TermMatch private int mTermMatchType = TERM_MATCH_PREFIX;
821 termMatchType, TERM_MATCH_EXACT_ONLY, TERM_MATCH_PREFIX, "Term match type"); in setTermMatch()
/packages/modules/AppSearch/framework/api/
Dcurrent.txt563 field public static final int TERM_MATCH_PREFIX = 2; // 0x2