Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioConfig.java25 import static com.android.internal.telephony.RILConstants.RIL_REQUEST_GET_PHONE_CAPABILITY;
522 RILRequest rr = obtainRequest(RIL_REQUEST_GET_PHONE_CAPABILITY, result, mDefaultWorkSource); in getPhoneCapability()
DRILUtils.java98 import static com.android.internal.telephony.RILConstants.RIL_REQUEST_GET_PHONE_CAPABILITY;
5148 case RIL_REQUEST_GET_PHONE_CAPABILITY: in requestToString()
/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java507 int RIL_REQUEST_GET_PHONE_CAPABILITY = 206; field