Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellInfoTest.java182 private static final int RADIO_HAL_VERSION_1_5 = makeRadioVersion(1, 5); field in CellInfoTest
588 if (mRadioHalVersion >= RADIO_HAL_VERSION_1_5) { in verifyCellIdentityNr()
715 if (mRadioHalVersion >= RADIO_HAL_VERSION_1_5) { in verifyCellIdentityLte()
DTelephonyManagerTest.java270 private static final int RADIO_HAL_VERSION_1_5 = makeRadioVersion(1, 5); field in TelephonyManagerTest
4170 if (mRadioVersion < RADIO_HAL_VERSION_1_5) { in testGetAllCellInfo()