Searched refs:mBlocked (Results 1 – 4 of 4) sorted by relevance
68 private boolean mBlocked; field in NotificationChannelGroup104 mBlocked = in.readBoolean(); in NotificationChannelGroup()131 dest.writeBoolean(mBlocked); in writeToParcel()170 return mBlocked; in isBlocked()188 mBlocked = blocked; in setBlocked()323 + ", mBlocked=" + mBlocked in toString()336 proto.write(NotificationChannelGroupProto.IS_BLOCKED, mBlocked); in dumpDebug()
62 private boolean mBlocked; field in MessageQueue355 mBlocked = false; in next()386 mBlocked = true; in next()575 needWake = mBlocked; in enqueueMessage()580 needWake = mBlocked && p.target == null && msg.isAsynchronous(); in enqueueMessage()
137 private final boolean mBlocked; field in StatusBarIconView183 mBlocked = blocked; in StatusBarIconView()203 mBlocked = false; in StatusBarIconView()367 setVisibility(icon.visible && !mBlocked ? VISIBLE : GONE); in set()992 return mBlocked; in isIconBlocked()
8050 Landroid/app/NotificationChannelGroup;->mBlocked:Z41073 Landroid/os/MessageQueue;->mBlocked:Z