Searched refs:isBlockable (Results 1 – 10 of 10) sorted by relevance
98 doReturn(false).when(mChannel).isBlockable(); in setup()111 doReturn(true).when(mChannel).isBlockable(); in testBlockableEntryWhenCritical()114 assertTrue(mEntry.isBlockable()); in testBlockableEntryWhenCritical()120 doReturn(true).when(mChannel).isBlockable(); in testBlockableEntryWhenCriticalAndChannelNotBlockable()124 assertTrue(mEntry.isBlockable()); in testBlockableEntryWhenCriticalAndChannelNotBlockable()129 doReturn(false).when(mChannel).isBlockable(); in testNonBlockableEntryWhenCriticalAndChannelNotBlockable()133 assertFalse(mEntry.isBlockable()); in testNonBlockableEntryWhenCriticalAndChannelNotBlockable()147 assertFalse(entry.isBlockable()); in testBlockableWhenEntryHasNoChannel()169 doReturn(false).when(mChannel).isBlockable(); in testIsExemptFromDndVisualSuppression_system()173 assertFalse(mEntry.isBlockable()); in testIsExemptFromDndVisualSuppression_system()
864 public boolean isBlockable() { in isBlockable() method in NotificationChannel1180 if (isBlockable()) { in writeXml()1181 out.attributeBoolean(null, ATT_BLOCKABLE_SYSTEM, isBlockable()); in writeXml()1246 record.put(ATT_BLOCKABLE_SYSTEM, isBlockable()); in toJson()1337 && isBlockable() == that.isBlockable() in equals()1360 getGroup(), getAudioAttributes(), isBlockable(), mAllowBubbles, in hashCode()
811 if (!isBlockable()) { in isExemptFromDndVisualSuppression()821 public boolean isBlockable() { in isBlockable() method in NotificationEntry831 && !getChannel().isBlockable()) { in updateIsBlockable()
946 if (channel.isBlockable() != existing.isBlockable()) { in createNotificationChannel()947 existing.setBlockable(channel.isBlockable()); in createNotificationChannel()1098 && !(channel.isBlockable() || channel.getImportance() == IMPORTANCE_NONE)) { in updateNotificationChannel()
542 Mockito.doReturn(false, true).when(entry).isBlockable(); in testGetIsNonblockable()
556 return !mEntry.isBlockable(); in getIsNonblockable()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
2352 HSPLandroid/app/NotificationChannel;->isBlockable()Z
6743 method public boolean isBlockable();