Home
last modified time | relevance | path

Searched refs:setPropertyLong (Results 1 – 15 of 15) sorted by relevance

/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/usagereporting/
DClickActionGenericDocumentTest.java57 .setPropertyLong("actionType", ActionConstants.ACTION_TYPE_CLICK) in testBuild_fromGenericDocument()
59 .setPropertyLong("resultRankInBlock", 12) in testBuild_fromGenericDocument()
60 .setPropertyLong("resultRankGlobal", 34) in testBuild_fromGenericDocument()
61 .setPropertyLong("timeStayOnResultMillis", 2000) in testBuild_fromGenericDocument()
90 .setPropertyLong("actionType", ActionConstants.ACTION_TYPE_UNKNOWN) in testBuild_invalidActionTypeThrowsException()
102 .setPropertyLong("actionType", ActionConstants.ACTION_TYPE_SEARCH) in testBuild_invalidActionTypeThrowsException()
DSearchActionGenericDocumentTest.java54 .setPropertyLong("actionType", ActionConstants.ACTION_TYPE_SEARCH) in testBuild_fromGenericDocument()
56 .setPropertyLong("fetchedResultCount", 123) in testBuild_fromGenericDocument()
85 .setPropertyLong("actionType", ActionConstants.ACTION_TYPE_UNKNOWN) in testBuild_invalidActionTypeThrowsException()
98 .setPropertyLong("actionType", ActionConstants.ACTION_TYPE_CLICK) in testBuild_invalidActionTypeThrowsException()
DSearchSessionStatsExtractorTest.java220 .setPropertyLong("resultRankInBlock", 1) in testExtract_shouldSkipUnknownActionTypeDocuments()
221 .setPropertyLong("resultRankGlobal", 2) in testExtract_shouldSkipUnknownActionTypeDocuments()
222 .setPropertyLong("timeStayOnResultMillis", 512) in testExtract_shouldSkipUnknownActionTypeDocuments()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/usagereporting/
DClickActionGenericDocument.java137 setPropertyLong(PROPERTY_PATH_RESULT_RANK_IN_BLOCK, resultRankInBlock); in setResultRankInBlock()
149 setPropertyLong(PROPERTY_PATH_RESULT_RANK_GLOBAL, resultRankGlobal); in setResultRankGlobal()
161 setPropertyLong(PROPERTY_PATH_TIME_STAY_ON_RESULT_MILLIS, timeStayOnResultMillis); in setTimeStayOnResultMillis()
DTakenActionGenericDocument.java100 setPropertyLong(PROPERTY_PATH_ACTION_TYPE, actionType); in Builder()
DSearchActionGenericDocument.java124 setPropertyLong(PROPERTY_PATH_FETCHED_RESULT_COUNT, fetchedResultCount); in setFetchedResultCount()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/visibilitystore/
DVisibilityDocumentV1.java185 setPropertyLong(ROLE_PROPERTY, toLongs(visibleToRoles)); in setVisibleToRoles()
197 setPropertyLong(PERMISSION_PROPERTY, toLongs(visibleToPermissions)); in setVisibleToPermissions()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/converter/
DGenericDocumentToProtoConverterTest.java81 .setPropertyLong("longKey1", 1L) in testDocumentProtoConvert()
161 .setPropertyLong("emptyLongKey") in testConvertDocument_whenPropertyHasEmptyList()
267 .setPropertyLong("emptyLongKey") in testConvertDocument_whenNestedDocumentPropertyHasEmptyList()
410 .setPropertyLong("longKey1", 1L) in testDocumentProtoConvert_EmbeddingProperty()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/visibilitystore/
DVisibilityToDocumentConverterTest.java123 .setPropertyLong("allRequiredPermissions", 3, 4) in testToGenericDocuments()
207 .setPropertyLong("allRequiredPermissions", 3, 4) in testToVisibilityConfig()
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DVisibilityPermissionConfig.java144 builder.setPropertyLong(ALL_REQUIRED_PERMISSIONS_PROPERTY, longs); in toGenericDocument()
DGenericDocument.java1280 public BuilderType setPropertyLong(@NonNull String name, @NonNull long... values) { in setPropertyLong() method in GenericDocument.Builder
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/converter/
DGenericDocumentToProtoConverter.java188 documentBuilder.setPropertyLong(name, values); in toGenericDocument()
337 documentBuilder.setPropertyLong(propertyName, EMPTY_LONG_ARRAY); in setEmptyProperty()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/appsindexer/appsearchtypes/
DMobileApplication.java239 setPropertyLong(APP_PROPERTY_UPDATED_TIMESTAMP, updatedTimestampMs); in setUpdatedTimestampMs()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/appsearchtypes/
DPerson.java483 setPropertyLong(PERSON_PROPERTY_ADDITIONAL_NAME_TYPES, primitiveNameTypes); in build()
/packages/modules/AppSearch/framework/api/
Dcurrent.txt259 method @NonNull public BuilderType setPropertyLong(@NonNull String, @NonNull long...);