Searched refs:mAllowBubbles (Results 1 – 1 of 1) sorted by relevance
276 private int mAllowBubbles = DEFAULT_ALLOW_BUBBLE; field in NotificationChannel356 mAllowBubbles = in.readInt(); in NotificationChannel()424 dest.writeInt(mAllowBubbles); in writeToParcel()456 copy.setAllowBubbles(mAllowBubbles); in copy()751 mAllowBubbles = allowBubbles ? ALLOW_BUBBLE_ON : ALLOW_BUBBLE_OFF; in setAllowBubbles()758 mAllowBubbles = allowed; in setAllowBubbles()946 return mAllowBubbles == ALLOW_BUBBLE_ON; in canBubble()953 return mAllowBubbles; in getAllowBubbles()1539 && mAllowBubbles == that.mAllowBubbles in equals()1562 getGroup(), getAudioAttributes(), isBlockable(), mAllowBubbles, in hashCode()[all …]