Home
last modified time | relevance | path

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

/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
DAssetFactory.java26 private static final String FIELD_NOT_STRING_FORMAT_STRING = "Expected %s to be string."; field in AssetFactory
40 FIELD_NOT_STRING_FORMAT_STRING, Utils.NAMESPACE_FIELD)); in create()
DAssetMatcherFactory.java27 private static final String FIELD_NOT_STRING_FORMAT_STRING = "Expected %s to be string."; field in AssetMatcherFactory
37 FIELD_NOT_STRING_FORMAT_STRING, Utils.NAMESPACE_FIELD)); in create()
DStatementParser.java35 private static final String FIELD_NOT_STRING_FORMAT_STRING = "Expected %s to be string."; field in StatementParser
93 FIELD_NOT_STRING_FORMAT_STRING, Utils.ASSET_DESCRIPTOR_FIELD_TARGET)); in parseStatement()