Home | History | Annotate | Download | only in libril

Lines Matching defs:refreshResult

7262         SimRefreshResult refreshResult = {};
7264 refreshResult.type =
7266 refreshResult.efId = simRefreshResponse->ef_id;
7267 refreshResult.aid = convertCharPtrToHidlString(simRefreshResponse->aid);
7270 RLOGD("simRefreshInd: type %d efId %d", refreshResult.type, refreshResult.efId);
7273 convertIntToRadioIndicationType(indicationType), refreshResult);