Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DRunModelsInParallel.java163 void notifyProgress(String messageFormat, Object... args) { in notifyProgress() argument
164 mProgressListener.testProgress(Optional.of(String.format(messageFormat, args))); in notifyProgress()