Home
last modified time | relevance | path

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

/aosp12/hardware/ril/libril/
H A Dril_commands.h65 {RIL_REQUEST_QUERY_AVAILABLE_NETWORKS , radio::getAvailableNetworksResponse},
H A Dril.cpp1073 case RIL_REQUEST_QUERY_AVAILABLE_NETWORKS: return "QUERY_AVAILABLE_NETWORKS"; in requestToString()
H A Dril_service.cpp1332 dispatchVoid(serial, mSlotId, RIL_REQUEST_QUERY_AVAILABLE_NETWORKS); in getAvailableNetworks()
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DRILConstants.java399 int RIL_REQUEST_QUERY_AVAILABLE_NETWORKS = 48; field
/aosp12/hardware/ril/include/telephony/
H A Dril.h3744 #define RIL_REQUEST_QUERY_AVAILABLE_NETWORKS 48 macro
/aosp12/hardware/ril/reference-ril/
H A Dril.h3744 #define RIL_REQUEST_QUERY_AVAILABLE_NETWORKS 48 macro
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java2590 RILRequest rr = obtainRequest(RIL_REQUEST_QUERY_AVAILABLE_NETWORKS, result, in getAvailableNetworks()
6786 case RIL_REQUEST_QUERY_AVAILABLE_NETWORKS : in requestToString()