HomeSort by relevance Sort by last modified time
    Searched refs:runThenWaitForInflation (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
NotificationInflaterTest.java 108 runThenWaitForInflation(() -> mNotificationInflater.inflateNotificationViews(),
117 runThenWaitForInflation(() -> mNotificationInflater.inflateNotificationViews(
130 runThenWaitForInflation(() -> mNotificationInflater.inflateNotificationViews(),
139 runThenWaitForInflation(() -> mNotificationInflater.inflateNotificationViews(),
201 public static void runThenWaitForInflation(Runnable block,
203 runThenWaitForInflation(block, false /* expectingException */, inflater);
206 private static void runThenWaitForInflation(Runnable block, boolean expectingException,
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationTestHelper.java 83 NotificationInflaterTest.runThenWaitForInflation(() -> row.updateNotification(entry),

Completed in 411 milliseconds