Searched refs:indicationType (Results 1 – 4 of 4) sorted by relevance
131 public void radioStateChanged(int indicationType, int radioState) { in radioStateChanged() argument132 mRil.processIndication(indicationType); in radioStateChanged()143 public void callStateChanged(int indicationType) { in callStateChanged() argument144 mRil.processIndication(indicationType); in callStateChanged()155 public void networkStateChanged(int indicationType) { in networkStateChanged() argument156 mRil.processIndication(indicationType); in networkStateChanged()163 public void newSms(int indicationType, ArrayList<Byte> pdu) { in newSms() argument164 mRil.processIndication(indicationType); in newSms()176 public void newSmsStatusReport(int indicationType, ArrayList<Byte> pdu) { in newSmsStatusReport() argument177 mRil.processIndication(indicationType); in newSmsStatusReport()[all …]
40 public void oemHookRaw(int indicationType, ArrayList<Byte> data) { in oemHookRaw() argument41 mRil.processIndication(indicationType); in oemHookRaw()
41 public void simSlotsStatusChanged(int indicationType, in simSlotsStatusChanged() argument54 public void simSlotsStatusChanged_1_2(int indicationType, in simSlotsStatusChanged_1_2() argument
5403 void processIndication(int indicationType) { in processIndication() argument5404 if (indicationType == RadioIndicationType.UNSOLICITED_ACK_EXP) { in processIndication()