Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DGenericDocument.java805 return safeCastProperty(path, value, String[].class); in getPropertyStringArray()
826 return safeCastProperty(path, value, long[].class); in getPropertyLongArray()
847 return safeCastProperty(path, value, double[].class); in getPropertyDoubleArray()
868 return safeCastProperty(path, value, boolean[].class); in getPropertyBooleanArray()
892 return safeCastProperty(path, value, byte[][].class); in getPropertyBytesArray()
916 return safeCastProperty(path, value, GenericDocument[].class); in getPropertyDocumentArray()
939 return safeCastProperty(path, value, EmbeddingVector[].class); in getPropertyEmbeddingArray()
962 return safeCastProperty(path, value, AppSearchBlobHandle[].class); in getPropertyBlobHandleArray()
973 private static <T> @Nullable T safeCastProperty( in safeCastProperty() method in GenericDocument