Searched refs:mBlocked (Results 1 – 4 of 4) sorted by relevance
67 private boolean mBlocked; field in NotificationChannelGroup103 mBlocked = in.readBoolean(); in NotificationChannelGroup()130 dest.writeBoolean(mBlocked); in writeToParcel()169 return mBlocked; in isBlocked()187 mBlocked = blocked; in setBlocked()328 + ", mBlocked=" + mBlocked in toString()341 proto.write(NotificationChannelGroupProto.IS_BLOCKED, mBlocked); in writeToProto()
62 private boolean mBlocked; field in MessageQueue355 mBlocked = false; in next()386 mBlocked = true; in next()574 needWake = mBlocked; in enqueueMessage()579 needWake = mBlocked && p.target == null && msg.isAsynchronous(); in enqueueMessage()
126 private final boolean mBlocked; field in StatusBarIconView171 mBlocked = blocked; in StatusBarIconView()283 mBlocked = false; in StatusBarIconView()354 setVisibility(icon.visible && !mBlocked ? VISIBLE : GONE); in set()947 return mBlocked; in isIconBlocked()
8053 Landroid/app/NotificationChannelGroup;->mBlocked:Z51628 Landroid/os/MessageQueue;->mBlocked:Z