Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java169 private boolean mAllowBubbles = DEFAULT_ALLOW_BUBBLE; field in NotificationChannel
233 mAllowBubbles = in.readBoolean(); in NotificationChannel()
287 dest.writeBoolean(mAllowBubbles); in writeToParcel()
498 mAllowBubbles = allowBubbles; in setAllowBubbles()
618 return mAllowBubbles; in canBubble()
1003 && mAllowBubbles == that.mAllowBubbles in equals()
1021 getAudioAttributes(), isBlockableSystem(), mAllowBubbles, in hashCode()
1049 + ", mAllowBubbles=" + mAllowBubbles in dump()
1077 + ", mAllowBubbles=" + mAllowBubbles in toString()
1113 proto.write(NotificationChannelProto.ALLOW_APP_OVERLAY, mAllowBubbles); in writeToProto()