Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java171 private boolean mAllowBubbles = DEFAULT_ALLOW_BUBBLE; field in NotificationChannel
235 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()