Home
last modified time | relevance | path

Searched defs:postNotifications (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoNotificationMockingHelper.java20 public default void postNotifications(int count) { in postNotifications() method
34 public default void postNotifications(int count, String pkg) { in postNotifications() method
49 public default void postNotifications(int count, String pkg, boolean interrupting) { in postNotifications() method
/platform_testing/libraries/automotive-helpers/notifications-app-helper/src/android/platform/helpers/
DAutoNotificationMockingHelperImpl.java118 public void postNotifications(int count) { in postNotifications() method in AutoNotificationMockingHelperImpl
128 public void postNotifications(int count, String pkg) { in postNotifications() method in AutoNotificationMockingHelperImpl
134 public void postNotifications(int count, String pkg, boolean interrupting) { in postNotifications() method in AutoNotificationMockingHelperImpl
/platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/
DINotificationHelper.java69 default void postNotifications(int count) { in postNotifications() method
246 default void postNotifications(int count, String pkg) { in postNotifications() method
261 default void postNotifications(int count, String pkg, boolean interrupting) { in postNotifications() method
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSystemUiJankTests.java208 private void postNotifications(int groupMode) { in postNotifications() method in SystemUiJankTests
212 private void postNotifications(int groupMode, int sleepBetweenDuration, int maxCount) { in postNotifications() method in SystemUiJankTests
218 private void postNotifications(Builder builder, int groupMode, int sleepBetweenDuration, in postNotifications() method in SystemUiJankTests
/platform_testing/libraries/systemui-tapl/src/android/platform/systemui_tapl/controller/
DNotificationController.java233 public void postNotifications(int count, boolean isMessaging) { in postNotifications() method in NotificationController
244 public NotificationIdentity postNotifications(int count) { in postNotifications() method in NotificationController
258 public NotificationIdentity postNotifications(int count, String pkg) { in postNotifications() method in NotificationController
1327 private static void postNotifications(int count, String pkg, boolean isMessaging) { in postNotifications() method in NotificationController