Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
H A DBubbleBarUpdate.java45 public String suppressedBubbleKey; field in BubbleBarUpdate
69 suppressedBubbleKey = parcel.readString(); in BubbleBarUpdate()
88 || suppressedBubbleKey != null in anythingChanged()
100 + " suppressedBubbleKey=" + suppressedBubbleKey in toString()
120 parcel.writeString(suppressedBubbleKey); in writeToParcel()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java142 bubbleBarUpdate.suppressedBubbleKey = suppressedBubble != null in toBubbleBarUpdate()