Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/radio/1.6/vts/functional/
H A Dradio_hidl_hal_misc.cpp46 static const std::regex kOperatorNumericRe("^[0-9]{5,6}$"); in TEST_P() local
49 std::regex_match(std::string(info.operatorNumeric), kOperatorNumericRe)); in TEST_P()