Searched refs:indicationType (Results 1 – 3 of 3) sorted by relevance
113 public void radioStateChanged(int indicationType, int radioState) { in radioStateChanged() argument114 mRil.processIndication(indicationType); in radioStateChanged()125 public void callStateChanged(int indicationType) { in callStateChanged() argument126 mRil.processIndication(indicationType); in callStateChanged()137 public void networkStateChanged(int indicationType) { in networkStateChanged() argument138 mRil.processIndication(indicationType); in networkStateChanged()145 public void newSms(int indicationType, ArrayList<Byte> pdu) { in newSms() argument146 mRil.processIndication(indicationType); in newSms()160 public void newSmsStatusReport(int indicationType, ArrayList<Byte> pdu) { in newSmsStatusReport() argument161 mRil.processIndication(indicationType); in newSmsStatusReport()[all …]
40 public void oemHookRaw(int indicationType, ArrayList<Byte> data) { in oemHookRaw() argument41 mRil.processIndication(indicationType); in oemHookRaw()
3739 void processIndication(int indicationType) { in processIndication() argument3740 if (indicationType == RadioIndicationType.UNSOLICITED_ACK_EXP) { in processIndication()