Home
last modified time | relevance | path

Searched defs:senderName (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()
164 default void postBubbleNotification(String senderName, int count, int id) { in postBubbleNotification()
179 String senderName, int id, String text, String shortcutId, String messageToActivity) { in postBubbleNotification()
191 default void postBubbleNotification(String senderName, int id, String text) { in postBubbleNotification()
202 default void updateBubbleNotification(String senderName, int id, String text) { in updateBubbleNotification()
/platform_testing/libraries/systemui-tapl/src/android/platform/systemui_tapl/controller/
DNotificationController.java1078 String senderName, String text, String shortcutId, String messageToActivity) { in createBubbleNotificationPostBuilder()
1126 public NotificationIdentity postBubbleNotifications(String senderName, int count) { in postBubbleNotifications()
1155 int id, String senderName, String text, String shortcutId, String messageToActivity) { in postBubbleNotification()
1170 public void postBubbleNotification(int id, String senderName, String text) { in postBubbleNotification()
1182 public void updateBubbleNotification(int id, String senderName, String text) { in updateBubbleNotification()