Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
DBubbleBarUpdate.java50 public String unsupressedBubbleKey; field in BubbleBarUpdate
87 unsupressedBubbleKey = parcel.readString(); in BubbleBarUpdate()
112 || unsupressedBubbleKey != null in anythingChanged()
130 + " unsuppressedBubbleKey=" + unsupressedBubbleKey in toString()
156 parcel.writeString(unsupressedBubbleKey); in writeToParcel()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java148 bubbleBarUpdate.unsupressedBubbleKey = unsuppressedBubble != null in toBubbleBarUpdate()