Home
last modified time | relevance | path

Searched refs:autoExpand (Results 1 – 1 of 1) sorted by relevance

/cts/tests/app/app/src/android/app/stubs/
DSendBubbleActivity.java81 public void sendInvalidBubble(int notifId, boolean autoExpand) { in sendInvalidBubble() argument
92 .setBubbleMetadata(getBubbleMetadata(notifId, autoExpand, in sendInvalidBubble()
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
137 autoExpand, in sendBubble()
151 private BubbleMetadata getBubbleMetadata(int notifId, boolean autoExpand, in getBubbleMetadata() argument
157 .setAutoExpandBubble(autoExpand) in getBubbleMetadata()
[all …]