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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java1738 * @param notifyType is one state of PS/CS_*_ENABLE/DISABLE
1740 private void setNotification(int notifyType) { argument
1742 if (DBG) log("setNotification: create notification " + notifyType);
1757 switch (notifyType) {
1787 if (notifyType == PS_DISABLED || notifyType == CS_DISABLED) {

Completed in 35 milliseconds