Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp1478 static OperatorSelectionMethod gOperatorSelectionMethod = kOperatorDeregistered; variable
1483 ALOGV("Query operator selection mode (%d)", gOperatorSelectionMethod); in request_query_network_selection_mode()
1484 gce_ril_env->OnRequestComplete(t, RIL_E_SUCCESS, &gOperatorSelectionMethod, in request_query_network_selection_mode()
1485 sizeof(gOperatorSelectionMethod)); in request_query_network_selection_mode()
1540 gOperatorSelectionMethod = kOperatorAutomatic; in request_set_automatic_network_selection()
1559 gOperatorSelectionMethod = kOperatorManual; in request_set_manual_network_selection()