Searched refs:isBlockable (Results 1 – 6 of 6) sorted by relevance
857 public boolean isBlockable() { in isBlockable() method in NotificationChannel1108 if (isBlockable()) { in writeXml()1109 out.attributeBoolean(null, ATT_BLOCKABLE_SYSTEM, isBlockable()); in writeXml()1174 record.put(ATT_BLOCKABLE_SYSTEM, isBlockable()); in toJson()1265 && isBlockable() == that.isBlockable() in equals()1289 getGroup(), getAudioAttributes(), isBlockable(), mAllowBubbles, in hashCode()
871 if (channel.isBlockable() != existing.isBlockable()) { in createNotificationChannel()872 existing.setBlockable(channel.isBlockable()); in createNotificationChannel()
536 if (mEntry.getChannel() != null && !mEntry.getChannel().isBlockable()) { in getIsNonblockable()
284 method public boolean isBlockable();
2270 HSPLandroid/app/NotificationChannel;->isBlockable()Z