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