Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1464 createFakeRadioResponseInfo(serial, RadioError.NONE, RadioResponseType.SOLICITED); in verifyRILResponse()
1497 createFakeRadioResponseInfo(serial, error, RadioResponseType.SOLICITED); in verifyRILErrorResponse()
1514 createFakeRadioResponseInfo(serial, RadioError.REQUEST_NOT_SUPPORTED, in verifyRILUnsupportedResponse()
1532 private static RadioResponseInfo createFakeRadioResponseInfo(int serial, int error, int type) { in createFakeRadioResponseInfo() method in RILTest