Searched refs:mAllowBubbles (Results 1 – 1 of 1) sorted by relevance
255 private int mAllowBubbles = DEFAULT_ALLOW_BUBBLE; field in NotificationChannel324 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 …]