Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java733 Consumer<RILRequest> unsupportedResponseEmulator = rr -> { in testStartNetworkScanWithUnsupportedResponse() local
739 RIL_REQUEST_START_NETWORK_SCAN, unsupportedResponseEmulator); in testStartNetworkScanWithUnsupportedResponse()
759 Consumer<RILRequest> unsupportedResponseEmulator = rr -> { in testGetVoiceRegistrationStateWithUnsupportedResponse() local
765 RIL_REQUEST_VOICE_REGISTRATION_STATE, unsupportedResponseEmulator); in testGetVoiceRegistrationStateWithUnsupportedResponse()
794 Consumer<RILRequest> unsupportedResponseEmulator = rr -> { in testGetDataRegistrationStateWithUnsupportedResponse() local
800 RIL_REQUEST_DATA_REGISTRATION_STATE, unsupportedResponseEmulator); in testGetDataRegistrationStateWithUnsupportedResponse()
1512 Consumer<RILRequest> unsupportedResponseEmulator) { in verifyRILUnsupportedResponse() argument
1524 unsupportedResponseEmulator.accept(rr); in verifyRILUnsupportedResponse()