Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioIndication.java113 public void radioStateChanged(int indicationType, int radioState) { in radioStateChanged() argument
114 mRil.processIndication(indicationType); in radioStateChanged()
125 public void callStateChanged(int indicationType) { in callStateChanged() argument
126 mRil.processIndication(indicationType); in callStateChanged()
137 public void networkStateChanged(int indicationType) { in networkStateChanged() argument
138 mRil.processIndication(indicationType); in networkStateChanged()
145 public void newSms(int indicationType, ArrayList<Byte> pdu) { in newSms() argument
146 mRil.processIndication(indicationType); in newSms()
160 public void newSmsStatusReport(int indicationType, ArrayList<Byte> pdu) { in newSmsStatusReport() argument
161 mRil.processIndication(indicationType); in newSmsStatusReport()
[all …]
DOemHookIndication.java40 public void oemHookRaw(int indicationType, ArrayList<Byte> data) { in oemHookRaw() argument
41 mRil.processIndication(indicationType); in oemHookRaw()
DRIL.java3739 void processIndication(int indicationType) { in processIndication() argument
3740 if (indicationType == RadioIndicationType.UNSOLICITED_ACK_EXP) { in processIndication()