Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
DBubbleBarUpdate.java48 public String suppressedBubbleKey; field in BubbleBarUpdate
86 suppressedBubbleKey = parcel.readString(); in BubbleBarUpdate()
111 || suppressedBubbleKey != null in anythingChanged()
129 + " suppressedBubbleKey=" + suppressedBubbleKey in toString()
155 parcel.writeString(suppressedBubbleKey); in writeToParcel()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java145 bubbleBarUpdate.suppressedBubbleKey = suppressedBubble != null in toBubbleBarUpdate()