Home
last modified time | relevance | path

Searched refs:RIL_E_ILLEGAL_SIM_OR_ME (Results 1 – 8 of 8) 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/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.cpp957 case RIL_E_ILLEGAL_SIM_OR_ME:return "E_ILLEGAL_SIM_OR_ME"; in failCauseToString()
Dril.h162 RIL_E_ILLEGAL_SIM_OR_ME = 15, /* network selection failed due to enumerator
/device/generic/goldfish/radio/ril/
Dril.h151 RIL_E_ILLEGAL_SIM_OR_ME = 15, /* network selection failed due to enumerator
/device/generic/goldfish/radio/include/telephony/
Dril.h151 RIL_E_ILLEGAL_SIM_OR_ME = 15, /* network selection failed due to enumerator
/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp1575 gce_ril_env->OnRequestComplete(t, RIL_E_ILLEGAL_SIM_OR_ME, NULL, 0); in request_set_manual_network_selection()