Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannelGroup.java67 private boolean mBlocked; field in NotificationChannelGroup
103 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()
/frameworks/base/core/java/android/os/
DMessageQueue.java63 private boolean mBlocked; field in MessageQueue
356 mBlocked = false; in next()
387 mBlocked = true; in next()
573 needWake = mBlocked; in enqueueMessage()
578 needWake = mBlocked && p.target == null && msg.isAsynchronous(); in enqueueMessage()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java126 private final boolean mBlocked; field in StatusBarIconView
170 mBlocked = blocked; in StatusBarIconView()
284 mBlocked = false; in StatusBarIconView()
355 setVisibility(icon.visible && !mBlocked ? VISIBLE : GONE); in set()
949 return mBlocked; in isIconBlocked()