Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DNotificationChannel.java255 private int mAllowBubbles = DEFAULT_ALLOW_BUBBLE; field in NotificationChannel
324 mAllowBubbles = in.readInt(); in NotificationChannel()
384 dest.writeInt(mAllowBubbles); in writeToParcel()
622 mAllowBubbles = allowBubbles ? ALLOW_BUBBLE_ON : ALLOW_BUBBLE_OFF; in setAllowBubbles()
629 mAllowBubbles = allowed; in setAllowBubbles()
788 return mAllowBubbles == ALLOW_BUBBLE_ON; in canBubble()
795 return mAllowBubbles; in getAllowBubbles()
1256 && mAllowBubbles == that.mAllowBubbles in equals()
1279 getGroup(), getAudioAttributes(), isBlockable(), mAllowBubbles, in hashCode()
1324 + ", mAllowBubbles=" + mAllowBubbles in getFieldsString()
[all …]