Searched refs:createFakeRadioResponseInfo (Results 1 – 1 of 1) sorted by relevance
1464 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