Searched refs:messagesInLooper (Results 1 – 2 of 2) sorted by relevance
52 public static int messagesInLooper(Looper looper, Predicate<Message> messageFilter) { in messagesInLooper() method in TestUtils
35 import static com.android.server.backup.testing.TestUtils.messagesInLooper;2526 waitUntil(() -> messagesInLooper(mMainLooper, this::isSharedPrefsSynchronizer) > 0); in verifyAndUnblockAgentCalls()