Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java208 private int mAllowBubbles = DEFAULT_ALLOW_BUBBLE; field in NotificationChannel
276 mAllowBubbles = in.readInt(); in NotificationChannel()
335 dest.writeInt(mAllowBubbles); in writeToParcel()
565 mAllowBubbles = allowBubbles ? ALLOW_BUBBLE_ON : ALLOW_BUBBLE_OFF; in setAllowBubbles()
572 mAllowBubbles = allowed; in setAllowBubbles()
723 return mAllowBubbles == ALLOW_BUBBLE_ON; in canBubble()
730 return mAllowBubbles; in getAllowBubbles()
1190 && mAllowBubbles == that.mAllowBubbles in equals()
1213 getAudioAttributes(), isBlockable(), mAllowBubbles, in hashCode()
1257 + ", mAllowBubbles=" + mAllowBubbles in getFieldsString()
[all …]