Searched defs:SOURCE_CONTACT (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java59 public static final int SOURCE_CONTACT = 1; field in class:ZenModeConfig
62 private static final int DEFAULT_SOURCE = SOURCE_CONTACT;
320 case SOURCE_CONTACT:
663 case SOURCE_CONTACT: return Policy.PRIORITY_SENDERS_CONTACTS;
671 case Policy.PRIORITY_SENDERS_CONTACTS: return SOURCE_CONTACT;

Completed in 69 milliseconds