Searched refs:postNotifications (Results 1 – 4 of 4) sorted by relevance
/platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/ |
D | INotificationHelper.java | 41 default public void postNotifications(int count) { in postNotifications() method 55 public default void postNotifications(int count, String pkg) { in postNotifications() method
|
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/ |
D | NotificationPressureRuleTest.java | 50 .postNotifications(TEST_NOTIFICATION_COUNT, null); in testPostNotifications_withoutPackage() 75 .postNotifications(TEST_NOTIFICATION_COUNT, TEST_PACKAGE); in testPostNotifications_withPackage()
|
/platform_testing/libraries/health/rules/src/android/platform/test/rule/ |
D | NotificationPressureRule.java | 73 mNotificationHelper.postNotifications(mNotificationCount, mPackage); in starting()
|
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/ |
D | SystemUiJankTests.java | 203 postNotifications(groupMode); in prepareNotifications() 207 private void postNotifications(int groupMode) { in postNotifications() method in SystemUiJankTests 208 postNotifications(groupMode, 100, -1); in postNotifications() 211 private void postNotifications(int groupMode, int sleepBetweenDuration, int maxCount) { in postNotifications() method in SystemUiJankTests 214 postNotifications(builder, groupMode, sleepBetweenDuration, maxCount); in postNotifications() 217 private void postNotifications(Builder builder, int groupMode, int sleepBetweenDuration, in postNotifications() method in SystemUiJankTests 596 postNotifications(GROUP_MODE_UNGROUPED); in beforeClearAllLoop() 697 postNotifications(GROUP_MODE_UNGROUPED, 250, 5); in testNotificationAppear() 714 postNotifications( in testSmartReplyNotificationsAppear() 723 postNotifications(GROUP_MODE_UNGROUPED); in beforeAmbientWakeUp() [all …]
|