Searched defs:postNotifications (Results 1 – 5 of 5) sorted by relevance
| /platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/ |
| D | IAutoNotificationMockingHelper.java | 20 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/ |
| D | AutoNotificationMockingHelperImpl.java | 118 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/ |
| D | INotificationHelper.java | 69 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/ |
| D | SystemUiJankTests.java | 208 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/ |
| D | NotificationController.java | 233 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
|