Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java415 int RIL_REQUEST_DELETE_SMS_ON_SIM = 64; field
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java28 import static com.android.internal.telephony.RILConstants.RIL_REQUEST_DELETE_SMS_ON_SIM;
905 mRILUnderTest, mSerialNumberCaptor.getValue(), RIL_REQUEST_DELETE_SMS_ON_SIM); in testDeleteSmsOnSim()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java3065 RILRequest rr = obtainRequest(RIL_REQUEST_DELETE_SMS_ON_SIM, result, in deleteSmsOnSim()
6762 case RIL_REQUEST_DELETE_SMS_ON_SIM: in requestToString()