Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
H A DBubbleBarUpdate.java47 public String unsupressedBubbleKey; field in BubbleBarUpdate
70 unsupressedBubbleKey = parcel.readString(); in BubbleBarUpdate()
89 || unsupressedBubbleKey != null in anythingChanged()
101 + " unsuppressedBubbleKey=" + unsupressedBubbleKey in toString()
121 parcel.writeString(unsupressedBubbleKey); in writeToParcel()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java145 bubbleBarUpdate.unsupressedBubbleKey = unsuppressedBubble != null in toBubbleBarUpdate()