Searched refs:isBlockableSystem (Results 1 – 5 of 5) sorted by relevance
63 assertEquals(false, channel.isBlockableSystem()); in testSystemBlockable()65 assertEquals(true, channel.isBlockableSystem()); in testSystemBlockable()
644 public boolean isBlockableSystem() { in isBlockableSystem() method in NotificationChannel847 if (isBlockableSystem()) { in writeXml()848 out.attribute(null, ATT_BLOCKABLE_SYSTEM, Boolean.toString(isBlockableSystem())); in writeXml()897 record.put(ATT_BLOCKABLE_SYSTEM, isBlockableSystem()); in toJson()998 && isBlockableSystem() == that.isBlockableSystem() in equals()1017 getAudioAttributes(), isBlockableSystem(), mAllowBubbles, in hashCode()
656 if (channel.isBlockableSystem() != existing.isBlockableSystem()) { in createNotificationChannel()657 existing.setBlockableSystem(channel.isBlockableSystem()); in createNotificationChannel()
563 && !mEntry.channel.isBlockableSystem()) { in getIsNonblockable()
8524 Landroid/app/NotificationChannel;->isBlockableSystem()Z