Searched defs:isBlockableSystem (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DNotificationChannel.java566 public boolean isBlockableSystem() { method in class:NotificationChannel
723 if (isBlockableSystem()) {
724 out.attribute(null, ATT_BLOCKABLE_SYSTEM, Boolean.toString(isBlockableSystem()));
766 record.put(ATT_BLOCKABLE_SYSTEM, isBlockableSystem());
866 if (isBlockableSystem() != that.isBlockableSystem()) return false;
905 result = 31 * result + (isBlockableSystem() ? 1 : 0);

Completed in 110 milliseconds