Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java1388 createFakeRadioResponseInfo(serial, RadioError.NONE, RadioResponseType.SOLICITED); in verifyRILResponse()
1421 createFakeRadioResponseInfo(serial, error, RadioResponseType.SOLICITED); in verifyRILErrorResponse()
1438 createFakeRadioResponseInfo(serial, RadioError.REQUEST_NOT_SUPPORTED, in verifyRILUnsupportedResponse()
1456 private static RadioResponseInfo createFakeRadioResponseInfo(int serial, int error, int type) { in createFakeRadioResponseInfo() method in RILTest