am 7472cc82: Mark method @UsedForTesting

* commit '7472cc824581b8a3c1ede286c8b0704040cef257':
  Mark method @UsedForTesting
main
Dan Zivkovic 2015-03-11 21:06:34 +00:00 committed by Android Git Automerger
commit 5a447b846e
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ public class ExecutorUtils {
mRunnables = runnables;
}
@UsedForTesting
public Runnable[] getRunnables() {
return mRunnables;
}