Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/libril/
Dril.cpp915 case RIL_E_ILLEGAL_SIM_OR_ME:return "E_ILLEGAL_SIM_OR_ME"; in failCauseToString()
Dril.h161 RIL_E_ILLEGAL_SIM_OR_ME = 15, /* network selection failed due to enumerator
/device/generic/goldfish/radio/libril/
Dril.cpp911 case RIL_E_ILLEGAL_SIM_OR_ME:return "E_ILLEGAL_SIM_OR_ME"; in failCauseToString()
/device/generic/goldfish/radio/ril/
Dril.h151 RIL_E_ILLEGAL_SIM_OR_ME = 15, /* network selection failed due to enumerator
/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp1554 gce_ril_env->OnRequestComplete(t, RIL_E_ILLEGAL_SIM_OR_ME, NULL, 0); in request_set_manual_network_selection()