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.java734 return safeCastProperty(path, value, String[].class); in getPropertyStringArray()
756 return safeCastProperty(path, value, long[].class); in getPropertyLongArray()
778 return safeCastProperty(path, value, double[].class); in getPropertyDoubleArray()
800 return safeCastProperty(path, value, boolean[].class); in getPropertyBooleanArray()
825 return safeCastProperty(path, value, byte[][].class); in getPropertyBytesArray()
850 return safeCastProperty(path, value, GenericDocument[].class); in getPropertyDocumentArray()
874 return safeCastProperty(path, value, EmbeddingVector[].class); in getPropertyEmbeddingArray()
886 private static <T> T safeCastProperty( in safeCastProperty() method in GenericDocument