Searched refs:isBlockableSystem (Results 1 – 6 of 6) sorted by relevance
63 assertEquals(false, channel.isBlockableSystem()); in testSystemBlockable()65 assertEquals(true, channel.isBlockableSystem()); in testSystemBlockable()
648 public boolean isBlockableSystem() { in isBlockableSystem() method in NotificationChannel851 if (isBlockableSystem()) { in writeXml()852 out.attribute(null, ATT_BLOCKABLE_SYSTEM, Boolean.toString(isBlockableSystem())); in writeXml()901 record.put(ATT_BLOCKABLE_SYSTEM, isBlockableSystem()); in toJson()1002 && isBlockableSystem() == that.isBlockableSystem() in equals()1021 getAudioAttributes(), isBlockableSystem(), mAllowBubbles, in hashCode()
668 if (channel.isBlockableSystem() != existing.isBlockableSystem()) { in createNotificationChannel()669 existing.setBlockableSystem(channel.isBlockableSystem()); in createNotificationChannel()
541 && !mEntry.channel.isBlockableSystem()) { in getIsNonblockable()
326 method public boolean isBlockableSystem();
7999 Landroid/app/NotificationChannel;->isBlockableSystem()Z