Home
last modified time | relevance | path

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

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