Home
last modified time | relevance | path

Searched defs:putInPropertyBundle (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
H A DGenericDocument.java1269 private void putInPropertyBundle(@NonNull String name, @NonNull String[] values) in putInPropertyBundle() method in GenericDocument.Builder
1279 private void putInPropertyBundle(@NonNull String name, @NonNull boolean[] values) { in putInPropertyBundle() method in GenericDocument.Builder
1283 private void putInPropertyBundle(@NonNull String name, @NonNull double[] values) { in putInPropertyBundle() method in GenericDocument.Builder
1287 private void putInPropertyBundle(@NonNull String name, @NonNull long[] values) { in putInPropertyBundle() method in GenericDocument.Builder
1297 private void putInPropertyBundle(@NonNull String name, @NonNull byte[][] values) { in putInPropertyBundle() method in GenericDocument.Builder
1310 private void putInPropertyBundle(@NonNull String name, @NonNull GenericDocument[] values) { in putInPropertyBundle() method in GenericDocument.Builder