Searched refs:suppressNotification (Results 1 – 1 of 1) sorted by relevance
/cts/tests/app/app/src/android/app/stubs/ |
D | SendBubbleActivity.java | 85 public void sendBubble(int notifId, boolean autoExpand, boolean suppressNotification) { in sendBubble() argument 86 sendBubble(notifId, autoExpand, suppressNotification, false /* suppressBubble */, in sendBubble() 91 public void sendBubble(int notifId, boolean autoExpand, boolean suppressNotification, in sendBubble() argument 93 sendBubble(notifId, autoExpand, suppressNotification, suppressBubble, in sendBubble() 98 public void sendBubble(int notifId, boolean autoExpand, boolean suppressNotification, in sendBubble() argument 119 suppressNotification, in sendBubble() 133 boolean suppressNotification, in getBubbleMetadata() argument 140 .setSuppressNotification(suppressNotification) in getBubbleMetadata() 154 .setSuppressNotification(suppressNotification) in getBubbleMetadata()
|