Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioIndication.java425 public void suppSvcNotify(int indicationType, SuppSvcNotification suppSvcNotification) { in suppSvcNotify() argument
429 notification.notificationType = suppSvcNotification.isMT ? 1 : 0; in suppSvcNotify()
430 notification.code = suppSvcNotification.code; in suppSvcNotify()
431 notification.index = suppSvcNotification.index; in suppSvcNotify()
432 notification.type = suppSvcNotification.type; in suppSvcNotify()
433 notification.number = suppSvcNotification.number; in suppSvcNotify()