Searched refs:getCompatVersion (Results 1 – 2 of 2) sorted by relevance
2792 assertNull(mRILUnderTest.getCompatVersion(testRequest)); in testSetGetCompatVersion()2796 assertEquals(RIL.RADIO_HAL_VERSION_1_4, mRILUnderTest.getCompatVersion(testRequest)); in testSetGetCompatVersion()2800 assertEquals(RIL.RADIO_HAL_VERSION_1_3, mRILUnderTest.getCompatVersion(testRequest)); in testSetGetCompatVersion()2804 assertEquals(RIL.RADIO_HAL_VERSION_1_3, mRILUnderTest.getCompatVersion(testRequest)); in testSetGetCompatVersion()
457 HalVersion oldVersion = getCompatVersion(rilRequest); in setCompatVersion()469 public @Nullable HalVersion getCompatVersion(int rilRequest) { in getCompatVersion() method in RIL1526 HalVersion overrideHalVersion = getCompatVersion(RIL_REQUEST_VOICE_REGISTRATION_STATE); in getVoiceRegistrationState()1570 HalVersion overrideHalVersion = getCompatVersion(RIL_REQUEST_DATA_REGISTRATION_STATE); in getDataRegistrationState()2690 HalVersion overrideHalVersion = getCompatVersion(RIL_REQUEST_START_NETWORK_SCAN); in startNetworkScan()