Home
last modified time | relevance | path

Searched refs:notifyType (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java4505 public void setNotification(int notifyType) { in setNotification() argument
4506 if (DBG) log("setNotification: create notification " + notifyType); in setNotification()
4533 if (disableVoiceBarringNotification && (notifyType == CS_ENABLED in setNotification()
4534 || notifyType == CS_NORMAL_ENABLED in setNotification()
4535 || notifyType == CS_EMERGENCY_ENABLED)) { in setNotification()
4551 switch (notifyType) { in setNotification()
4600 notifyType = CS_REJECT_CAUSE_DISABLED; in setNotification()
4615 log("setNotification, create notification, notifyType: " + notifyType in setNotification()
4635 if (notifyType == PS_DISABLED || notifyType == CS_DISABLED in setNotification()
4636 || notifyType == CS_REJECT_CAUSE_DISABLED) { in setNotification()
[all …]