Home
last modified time | relevance | path

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

/frameworks/base/packages/StatementService/src/com/android/statementservice/
DDirectStatementService.java254 ArrayList<String> failedSources = new ArrayList<String>(); in call() local
278 failedSources.add(source.toJson()); in call()
282 failedSources.add(source.toJson()); in call()
288 result.putStringArrayList(FAILED_SOURCES, failedSources); in call()