Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java738 verifyRILUnsupportedResponse(mRILUnderTest, mSerialNumberCaptor.getValue(), in testStartNetworkScanWithUnsupportedResponse()
764 verifyRILUnsupportedResponse(mRILUnderTest, mSerialNumberCaptor.getValue(), in testGetVoiceRegistrationStateWithUnsupportedResponse()
799 verifyRILUnsupportedResponse(mRILUnderTest, mSerialNumberCaptor.getValue(), in testGetDataRegistrationStateWithUnsupportedResponse()
1511 private static void verifyRILUnsupportedResponse(RIL ril, int serial, int requestType, in verifyRILUnsupportedResponse() method in RILTest