Searched refs:messageFormat (Results 1 – 1 of 1) sorted by relevance
177 void notifyProgress(String messageFormat, Object... args) { in notifyProgress() argument178 mProgressListener.testProgress(Optional.of(String.format(messageFormat, args))); in notifyProgress()