Searched refs:RIL_REQUEST_QUERY_AVAILABLE_NETWORKS (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DRILConstants.java324 int RIL_REQUEST_QUERY_AVAILABLE_NETWORKS = 48; field in interface:RILConstants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java1913 = RILRequest.obtain(RIL_REQUEST_QUERY_AVAILABLE_NETWORKS,
2752 case RIL_REQUEST_QUERY_AVAILABLE_NETWORKS : ret = responseOperatorInfos(p); break;
3968 "RIL_REQUEST_QUERY_AVAILABLE_NETWORKS: invalid response. Got "
4407 case RIL_REQUEST_QUERY_AVAILABLE_NETWORKS : return "QUERY_AVAILABLE_NETWORKS ";

Completed in 17 milliseconds