Searched defs:runThenWaitForInflation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationInflaterTest.java108 runThenWaitForInflation(() -> mNotificationInflater.inflateNotificationViews(),
117 runThenWaitForInflation(() -> mNotificationInflater.inflateNotificationViews(
130 runThenWaitForInflation(() -> mNotificationInflater.inflateNotificationViews(),
139 runThenWaitForInflation(() -> mNotificationInflater.inflateNotificationViews(),
201 public static void runThenWaitForInflation(Runnable block, method in class:NotificationInflaterTest
203 runThenWaitForInflation(block, false /* expectingException */, inflater);
206 private static void runThenWaitForInflation(Runnable block, boolean expectingException, method in class:NotificationInflaterTest

Completed in 36 milliseconds