Home
last modified time | relevance | path

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

/hardware/interfaces/radio/1.5/vts/functional/
Dradio_hidl_hal_api.cpp1292 int32_t boardApiLevel = android::base::GetIntProperty<int32_t>("ro.board.first_api_level", 0); in TEST_P() local
1297 (boardApiLevel > 0 && boardApiLevel <= 30)) { in TEST_P()