Searched refs:RIL_REQUEST_GET_SIM_STATUS (Results 1 – 3 of 3) sorted by relevance
352 int RIL_REQUEST_GET_SIM_STATUS = 1; field
45 import static com.android.internal.telephony.RILConstants.RIL_REQUEST_GET_SIM_STATUS;339 new Object[]{RIL_REQUEST_GET_SIM_STATUS, obtainMessage(), new WorkSource()}); in testRadioErrorWithWakelockTimeout()355 RIL_REQUEST_GET_SIM_STATUS, RadioError.SYSTEM_ERR); in testRadioErrorWithContinuousSystemErr()368 mRILUnderTest, mSerialNumberCaptor.getValue(), RIL_REQUEST_GET_SIM_STATUS); in testGetIccCardStatus()1353 new Object[] {RIL_REQUEST_GET_SIM_STATUS, obtainMessage(), new WorkSource()}); in testWakeLockTimeout()
708 RILRequest rr = obtainRequest(RIL_REQUEST_GET_SIM_STATUS, result, in getIccCardStatus()6636 case RIL_REQUEST_GET_SIM_STATUS: in requestToString()