Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java448 int RIL_REQUEST_SIM_CLOSE_CHANNEL = 116; field
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java72 import static com.android.internal.telephony.RILConstants.RIL_REQUEST_SIM_CLOSE_CHANNEL;
1014 mRILUnderTest, mSerialNumberCaptor.getValue(), RIL_REQUEST_SIM_CLOSE_CHANNEL); in testIccCloseLogicalChannel()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java4187 RILRequest rr = obtainRequest(RIL_REQUEST_SIM_CLOSE_CHANNEL, result, in iccCloseLogicalChannel()
6226 case RIL_REQUEST_SIM_CLOSE_CHANNEL: in requestToString()