Searched refs:isBlockableSystem (Results 1 – 4 of 4) sorted by relevance
56 assertEquals(false, channel.isBlockableSystem()); in testSystemBlockable()58 assertEquals(true, channel.isBlockableSystem()); in testSystemBlockable()
597 public boolean isBlockableSystem() { in isBlockableSystem() method in NotificationChannel758 if (isBlockableSystem()) { in writeXml()759 out.attribute(null, ATT_BLOCKABLE_SYSTEM, Boolean.toString(isBlockableSystem())); in writeXml()802 record.put(ATT_BLOCKABLE_SYSTEM, isBlockableSystem()); in toJson()902 if (isBlockableSystem() != that.isBlockableSystem()) return false; in equals()941 result = 31 * result + (isBlockableSystem() ? 1 : 0); in hashCode()
631 existing.setBlockableSystem(channel.isBlockableSystem()); in createNotificationChannel()
456 && !mEntry.channel.isBlockableSystem()) { in getIsNonblockable()