Searched refs:mBlocked (Results 1 – 4 of 4) sorted by relevance
69 private boolean mBlocked; field in NotificationChannelGroup109 mBlocked = in.readBoolean(); in NotificationChannelGroup()141 dest.writeBoolean(mBlocked); in writeToParcel()180 return mBlocked; in isBlocked()198 mBlocked = blocked; in setBlocked()333 + ", mBlocked=" + mBlocked in toString()346 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()
146 private final boolean mBlocked; field in StatusBarIconView193 mBlocked = blocked; in StatusBarIconView()213 mBlocked = false; in StatusBarIconView()377 setVisibility(icon.visible && !mBlocked ? VISIBLE : GONE); in set()1007 return mBlocked; in isIconBlocked()
8050 Landroid/app/NotificationChannelGroup;->mBlocked:Z37750 Landroid/os/MessageQueue;->mBlocked:Z