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

/frameworks/base/core/java/android/app/
H A DNotificationChannel.java519 public int getLockscreenVisibility() { method in class:NotificationChannel
608 if (getLockscreenVisibility() != DEFAULT_VISIBILITY) {
610 Integer.toString(getLockscreenVisibility()));
668 if (getLockscreenVisibility() != DEFAULT_VISIBILITY) {
669 record.put(ATT_VISIBILITY, Notification.visibilityToString(getLockscreenVisibility()));
781 if (getLockscreenVisibility() != that.getLockscreenVisibility()) return false;
816 result = 31 * result + getLockscreenVisibility();

Completed in 127 milliseconds