Home
last modified time | relevance | path

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

/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
DWebAsset.java41 private static final String MISSING_FIELD_FORMAT_STRING = "Expected %s to be set."; field in WebAsset
123 throw new AssociationServiceException(String.format(MISSING_FIELD_FORMAT_STRING, in create()
DAndroidAppAsset.java48 private static final String MISSING_FIELD_FORMAT_STRING = "Expected %s to be set."; field in AndroidAppAsset
119 throw new AssociationServiceException(String.format(MISSING_FIELD_FORMAT_STRING, in create()