Searched defs:indicationType (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | RadioIndication.java | 152 public void callStateChanged(int indicationType) { in callStateChanged() 442 public void stkSessionEnd(int indicationType) { in stkSessionEnd() 628 public void cdmaInfoRec(int indicationType, in cdmaInfoRec() 771 public void rilConnected(int indicationType) { in rilConnected() 797 public void cellInfoList(int indicationType, in cellInfoList() 809 public void cellInfoList_1_2(int indicationType, in cellInfoList_1_2() 821 public void cellInfoList_1_4(int indicationType, in cellInfoList_1_4() 833 public void cellInfoList_1_5(int indicationType, in cellInfoList_1_5() 845 public void cellInfoList_1_6(int indicationType, in cellInfoList_1_6() 868 public void networkScanResult(int indicationType, in networkScanResult() [all …]
|
H A D | RadioConfigIndication.java | 41 public void simSlotsStatusChanged(int indicationType, in simSlotsStatusChanged() 54 public void simSlotsStatusChanged_1_2(int indicationType, in simSlotsStatusChanged_1_2()
|
H A D | RIL.java | 6063 void processIndication(int indicationType) { in processIndication()
|
/aosp12/hardware/ril/libril/ |
H A D | ril_service.cpp | 6736 RadioIndicationType convertIntToRadioIndicationType(int indicationType) { in convertIntToRadioIndicationType() 6829 int radio::newSmsInd(int slotId, int indicationType, in newSmsInd() 6890 int radio::newSmsOnSimInd(int slotId, int indicationType, in newSmsOnSimInd() 6911 int radio::onUssdInd(int slotId, int indicationType, in onUssdInd() 7083 int radio::suppSvcNotifyInd(int slotId, int indicationType, in suppSvcNotifyInd() 7113 int radio::stkSessionEndInd(int slotId, int indicationType, in stkSessionEndInd() 7151 int radio::stkEventNotifyInd(int slotId, int indicationType, in stkEventNotifyInd() 7172 int radio::stkCallSetupInd(int slotId, int indicationType, in stkCallSetupInd() 7210 int radio::simRefreshInd(int slotId, int indicationType, in simRefreshInd() 7246 int radio::callRingInd(int slotId, int indicationType, in callRingInd() [all …]
|