Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioIndication.java131 public void radioStateChanged(int indicationType, int radioState) { in radioStateChanged() argument
132 mRil.processIndication(indicationType); in radioStateChanged()
143 public void callStateChanged(int indicationType) { in callStateChanged() argument
144 mRil.processIndication(indicationType); in callStateChanged()
155 public void networkStateChanged(int indicationType) { in networkStateChanged() argument
156 mRil.processIndication(indicationType); in networkStateChanged()
163 public void newSms(int indicationType, ArrayList<Byte> pdu) { in newSms() argument
164 mRil.processIndication(indicationType); in newSms()
176 public void newSmsStatusReport(int indicationType, ArrayList<Byte> pdu) { in newSmsStatusReport() argument
177 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()
DRadioConfigIndication.java41 public void simSlotsStatusChanged(int indicationType, in simSlotsStatusChanged() argument
54 public void simSlotsStatusChanged_1_2(int indicationType, in simSlotsStatusChanged_1_2() argument
DRIL.java5403 void processIndication(int indicationType) { in processIndication() argument
5404 if (indicationType == RadioIndicationType.UNSOLICITED_ACK_EXP) { in processIndication()