Searched refs:poster (Results 1 – 1 of 1) sorted by relevance
101 Runnable poster = () -> h.post(r); in testProcessAllMessages() local102 h.post(poster); in testProcessAllMessages()112 Runnable poster = () -> h.post(r); in test3Chain() local113 Runnable poster2 = () -> h.post(poster); in test3Chain()