Home
last modified time | relevance | path

Searched refs:getPropertyLongArray (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/visibilitystore/
DVisibilityDocumentV1.java124 return toInts(getPropertyLongArray(ROLE_PROPERTY)); in getVisibleToRoles()
133 return toInts(getPropertyLongArray(PERMISSION_PROPERTY)); in getVisibleToPermissions()
DVisibilityToDocumentConverter.java270 visibleToPermissionDocs[i].getPropertyLongArray( in createVisibilityConfig()
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DGenericDocument.java589 long[] propertyArray = getPropertyLongArray(path); in getPropertyLong()
753 public long[] getPropertyLongArray(@NonNull String path) { in getPropertyLongArray() method in GenericDocument
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/appsearchtypes/
DPerson.java314 return getPropertyLongArray(PERSON_PROPERTY_ADDITIONAL_NAME_TYPES); in getAdditionalNameTypes()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DEnterpriseContactsTest.java257 assertThat(document.getPropertyLongArray( in testGetEnterpriseContact()
/packages/modules/AppSearch/framework/api/
Dcurrent.txt237 method @Nullable public long[] getPropertyLongArray(@NonNull String);