Searched refs:getCompatVersion (Results 1 – 2 of 2) sorted by relevance
2511 assertNull(mRILUnderTest.getCompatVersion(testRequest)); in testSetGetCompatVersion()2515 assertEquals(RIL.RADIO_HAL_VERSION_1_4, mRILUnderTest.getCompatVersion(testRequest)); in testSetGetCompatVersion()2519 assertEquals(RIL.RADIO_HAL_VERSION_1_3, mRILUnderTest.getCompatVersion(testRequest)); in testSetGetCompatVersion()2523 assertEquals(RIL.RADIO_HAL_VERSION_1_3, mRILUnderTest.getCompatVersion(testRequest)); in testSetGetCompatVersion()
451 HalVersion oldVersion = getCompatVersion(rilRequest); in setCompatVersion()463 public @Nullable HalVersion getCompatVersion(int rilRequest) { in getCompatVersion() method in RIL1500 HalVersion overrideHalVersion = getCompatVersion(RIL_REQUEST_VOICE_REGISTRATION_STATE); in getVoiceRegistrationState()1533 HalVersion overrideHalVersion = getCompatVersion(RIL_REQUEST_DATA_REGISTRATION_STATE); in getDataRegistrationState()2511 HalVersion overrideHalVersion = getCompatVersion(RIL_REQUEST_START_NETWORK_SCAN); in startNetworkScan()