Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java462 int RIL_REQUEST_SIM_CLOSE_CHANNEL = 116; field
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java82 import static com.android.internal.telephony.RILConstants.RIL_REQUEST_SIM_CLOSE_CHANNEL;
1259 mRILUnderTest, mSerialNumberCaptor.getValue(), RIL_REQUEST_SIM_CLOSE_CHANNEL); in testIccCloseLogicalChannel()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java198 import static com.android.internal.telephony.RILConstants.RIL_REQUEST_SIM_CLOSE_CHANNEL;
5061 case RIL_REQUEST_SIM_CLOSE_CHANNEL: in requestToString()
DRIL.java4016 RILRequest rr = obtainRequest(RIL_REQUEST_SIM_CLOSE_CHANNEL, result, mRILDefaultWorkSource); in iccCloseLogicalChannel()