Home
last modified time | relevance | path

Searched defs:postBubbleNotification (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/
DINotificationHelper.java149 default void postBubbleNotification(String senderName, int count) { in postBubbleNotification() method
164 default void postBubbleNotification(String senderName, int count, int id) { in postBubbleNotification() method
178 default void postBubbleNotification( in postBubbleNotification() method
191 default void postBubbleNotification(String senderName, int id, String text) { in postBubbleNotification() method
/platform_testing/libraries/systemui-tapl/src/android/platform/systemui_tapl/controller/
DNotificationController.java1154 public void postBubbleNotification( in postBubbleNotification() method in NotificationController
1170 public void postBubbleNotification(int id, String senderName, String text) { in postBubbleNotification() method in NotificationController