Searched refs:mAllowBubbles (Results 1 – 1 of 1) sorted by relevance
255 private int mAllowBubbles = DEFAULT_ALLOW_BUBBLE; field in NotificationChannel326 mAllowBubbles = in.readInt(); in NotificationChannel()386 dest.writeInt(mAllowBubbles); in writeToParcel()624 mAllowBubbles = allowBubbles ? ALLOW_BUBBLE_ON : ALLOW_BUBBLE_OFF; in setAllowBubbles()631 mAllowBubbles = allowed; in setAllowBubbles()797 return mAllowBubbles == ALLOW_BUBBLE_ON; in canBubble()804 return mAllowBubbles; in getAllowBubbles()1266 && mAllowBubbles == that.mAllowBubbles in equals()1289 getGroup(), getAudioAttributes(), isBlockable(), mAllowBubbles, in hashCode()1334 + ", mAllowBubbles=" + mAllowBubbles in getFieldsString()[all …]