Add postDelayed operation to Clock interface.
The default implementation is just calling through to handler.postDelayed, while the fake clock uses its internal time value to trigger the handler calls at the correct time. This is useful to apply a fake clock in situations where a handler is used to post delayed messages. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=167567914
Showing
with
52 additions
and
1 deletions
Please
register
or
sign in
to comment