Searched refs:mAllowBubbles (Results 1 – 1 of 1) sorted by relevance
171 private boolean mAllowBubbles = DEFAULT_ALLOW_BUBBLE; field in NotificationChannel235 mAllowBubbles = in.readBoolean(); in NotificationChannel()289 dest.writeBoolean(mAllowBubbles); in writeToParcel()495 mAllowBubbles = allowBubbles; in setAllowBubbles()615 return mAllowBubbles; in canBubble()999 && mAllowBubbles == that.mAllowBubbles in equals()1017 getAudioAttributes(), isBlockableSystem(), mAllowBubbles, in hashCode()1045 + ", mAllowBubbles=" + mAllowBubbles in dump()1073 + ", mAllowBubbles=" + mAllowBubbles in toString()1109 proto.write(NotificationChannelProto.ALLOW_APP_OVERLAY, mAllowBubbles); in writeToProto()