Home
last modified time | relevance | path

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

/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/external/safeparcel/
DGenericDocumentParcelTest.java68 .setLongValues(longValues) in testPropertyParcel_onePropertySet_success()
129 .setLongValues(longValues); in testPropertyParcel_moreThanOnePropertySet_exceptionThrown()
154 .setLongValues(longArray) in testGenericDocumentParcel_propertiesGeneratedCorrectly()
241 .setLongValues(longArray) in testGenericDocumentParcel_builderCanBeReused()
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/safeparcel/
DPropertyParcel.java291 public @NonNull Builder setLongValues(long @NonNull [] longValues) { in setLongValues() method in PropertyParcel.Builder
DGenericDocumentParcel.java465 putInPropertyMap(name, new PropertyParcel.Builder(name).setLongValues(values).build()); in putInPropertyMap()