Searched refs:suppressNotification (Results 1 – 1 of 1) sorted by relevance
/cts/tests/app/app/src/android/app/stubs/ |
D | SendBubbleActivity.java | 104 public void sendBubble(int notifId, boolean autoExpand, boolean suppressNotification) { in sendBubble() argument 105 sendBubble(notifId, autoExpand, suppressNotification, false /* suppressBubble */, in sendBubble() 110 public void sendBubble(int notifId, boolean autoExpand, boolean suppressNotification, in sendBubble() argument 112 sendBubble(notifId, autoExpand, suppressNotification, suppressBubble, in sendBubble() 117 public void sendBubble(int notifId, boolean autoExpand, boolean suppressNotification, in sendBubble() argument 138 suppressNotification, in sendBubble() 152 boolean suppressNotification, in getBubbleMetadata() argument 159 .setSuppressNotification(suppressNotification) in getBubbleMetadata() 173 .setSuppressNotification(suppressNotification) in getBubbleMetadata()
|