Searched refs:autoExpand (Results 1 – 1 of 1) sorted by relevance
/cts/tests/app/app/src/android/app/stubs/ |
D | SendBubbleActivity.java | 61 public void sendInvalidBubble(int notifId, boolean autoExpand) { in sendInvalidBubble() argument 73 .setBubbleMetadata(getBubbleMetadata(notifId, autoExpand, in sendInvalidBubble() 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 118 autoExpand, in sendBubble() 132 private BubbleMetadata getBubbleMetadata(int notifId, boolean autoExpand, in getBubbleMetadata() argument 138 .setAutoExpandBubble(autoExpand) in getBubbleMetadata() [all …]
|