Home
last modified time | relevance | path

Searched refs:modeType (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/radio/1.0/
DIRadioIndication.hal95 * @param modeType USSD type code
98 oneway onUssd(RadioIndicationType type, UssdModeType modeType, string msg);
/hardware/ril/libril/
Dril_service.cpp6639 UssdModeType modeType = (UssdModeType) atoi(mode); in onUssdInd() local
6644 convertIntToRadioIndicationType(indicationType), modeType, msg); in onUssdInd()