Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioIndication.java362 public void suppSvcNotify(int indicationType, SuppSvcNotification suppSvcNotification) { in suppSvcNotify() argument
366 notification.notificationType = suppSvcNotification.isMT ? 1 : 0; in suppSvcNotify()
367 notification.code = suppSvcNotification.code; in suppSvcNotify()
368 notification.index = suppSvcNotification.index; in suppSvcNotify()
369 notification.type = suppSvcNotification.type; in suppSvcNotify()
370 notification.number = suppSvcNotification.number; in suppSvcNotify()