Searched refs:safeCastProperty (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/ |
D | GenericDocument.java | 732 return safeCastProperty(path, value, String[].class); in getPropertyStringArray() 748 return safeCastProperty(path, value, long[].class); in getPropertyLongArray() 764 return safeCastProperty(path, value, double[].class); in getPropertyDoubleArray() 780 return safeCastProperty(path, value, boolean[].class); in getPropertyBooleanArray() 797 return safeCastProperty(path, value, byte[][].class); in getPropertyBytesArray() 814 return safeCastProperty(path, value, GenericDocument[].class); in getPropertyDocumentArray() 826 private static <T> T safeCastProperty( in safeCastProperty() method in GenericDocument
|