Searched refs:EXTRA_BLOCKED_STATE (Results 1 – 5 of 5) sorted by relevance
26 import static android.app.NotificationManager.EXTRA_BLOCKED_STATE;1588 assertFalse(captor.getValue().getBooleanExtra(EXTRA_BLOCKED_STATE, true)); in testUpdateAppNotifyCreatorBlock()1610 assertFalse(captor.getValue().getBooleanExtra(EXTRA_BLOCKED_STATE, true)); in testUpdateAppNotifyCreatorUnblock()1633 assertTrue(captor.getValue().getBooleanExtra(EXTRA_BLOCKED_STATE, false)); in testUpdateChannelNotifyCreatorBlock()1655 assertFalse(captor.getValue().getBooleanExtra(EXTRA_BLOCKED_STATE, false)); in testUpdateChannelNotifyCreatorUnblock()1691 assertTrue(captor.getValue().getBooleanExtra(EXTRA_BLOCKED_STATE, false)); in testUpdateGroupNotifyCreatorBlock()1712 assertFalse(captor.getValue().getBooleanExtra(EXTRA_BLOCKED_STATE, false)); in testUpdateGroupNotifyCreatorUnblock()
157 public static final String EXTRA_BLOCKED_STATE = "android.app.extra.BLOCKED_STATE"; field in NotificationManager
2051 .putExtra(NotificationManager.EXTRA_BLOCKED_STATE,2089 .putExtra(NotificationManager.EXTRA_BLOCKED_STATE,2514 .putExtra(NotificationManager.EXTRA_BLOCKED_STATE, !enabled)
5852 field public static final String EXTRA_BLOCKED_STATE = "android.app.extra.BLOCKED_STATE";