Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioIndication.java141 mRil.processIndication(indicationType); in radioStateChanged()
153 mRil.processIndication(indicationType); in callStateChanged()
165 mRil.processIndication(indicationType); in networkStateChanged()
173 mRil.processIndication(indicationType); in newSms()
186 mRil.processIndication(indicationType); in newSmsStatusReport()
197 mRil.processIndication(indicationType); in newSmsOnSim()
207 mRil.processIndication(indicationType); in onUssd()
221 mRil.processIndication(indicationType); in nitzTimeReceived()
246 mRil.processIndication(indicationType); in currentSignalStrength()
264 mRil.processIndication(indicationType); in currentLinkCapacityEstimate()
[all …]
H A DRadioConfigIndication.java41 public void simSlotsStatusChanged(int indicationType, in simSlotsStatusChanged() argument
54 public void simSlotsStatusChanged_1_2(int indicationType, in simSlotsStatusChanged_1_2() argument
H A DRIL.java6063 void processIndication(int indicationType) { in processIndication() argument
6064 if (indicationType == RadioIndicationType.UNSOLICITED_ACK_EXP) { in processIndication()
/aosp12/hardware/ril/libril/
H A Dril_service.h564 int newSmsInd(int slotId, int indicationType,
570 int newSmsOnSimInd(int slotId, int indicationType,
573 int onUssdInd(int slotId, int indicationType,
576 int nitzTimeReceivedInd(int slotId, int indicationType,
586 int suppSvcNotifyInd(int slotId, int indicationType,
589 int stkSessionEndInd(int slotId, int indicationType,
595 int stkEventNotifyInd(int slotId, int indicationType,
598 int stkCallSetupInd(int slotId, int indicationType,
604 int simRefreshInd(int slotId, int indicationType,
607 int callRingInd(int slotId, int indicationType,
[all …]
H A Dril_service.cpp6829 int radio::newSmsInd(int slotId, int indicationType, in newSmsInd() argument
6890 int radio::newSmsOnSimInd(int slotId, int indicationType, in newSmsOnSimInd() argument
6911 int radio::onUssdInd(int slotId, int indicationType, in onUssdInd() argument
7083 int radio::suppSvcNotifyInd(int slotId, int indicationType, in suppSvcNotifyInd() argument
7113 int radio::stkSessionEndInd(int slotId, int indicationType, in stkSessionEndInd() argument
7141 convertIntToRadioIndicationType(indicationType), in stkProactiveCommandInd()
7151 int radio::stkEventNotifyInd(int slotId, int indicationType, in stkEventNotifyInd() argument
7172 int radio::stkCallSetupInd(int slotId, int indicationType, in stkCallSetupInd() argument
7210 int radio::simRefreshInd(int slotId, int indicationType, in simRefreshInd() argument
7246 int radio::callRingInd(int slotId, int indicationType, in callRingInd() argument
[all …]