Searched refs:allowImplicit (Results 1 – 1 of 1) sorted by relevance
86 private boolean isHighPriority(@Nullable ListEntry entry, boolean allowImplicit) { in isHighPriority() argument97 || (allowImplicit && hasHighPriorityCharacteristics(notifEntry)) in isHighPriority()98 || hasHighPriorityChild(entry, allowImplicit); in isHighPriority()132 private boolean hasHighPriorityChild(ListEntry entry, boolean allowImplicit) { in hasHighPriorityChild() argument141 if (child != entry && isHighPriority(child, allowImplicit)) { in hasHighPriorityChild()