Home
last modified time | relevance | path

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

/hardware/interfaces/radio/aidl/vts/
Dradio_aidl_hal_utils.cpp112 bool stringEndsWith(std::string const& string, std::string const& end) { in stringEndsWith() function
123 if (!stringEndsWith(serviceName, RADIO_SERVICE_SLOT1_NAME)) { in isServiceValidForDeviceConfiguration()
129 if (!stringEndsWith(serviceName, RADIO_SERVICE_SLOT1_NAME) && in isServiceValidForDeviceConfiguration()
130 !stringEndsWith(serviceName, RADIO_SERVICE_SLOT2_NAME)) { in isServiceValidForDeviceConfiguration()
136 if (!stringEndsWith(serviceName, RADIO_SERVICE_SLOT1_NAME) && in isServiceValidForDeviceConfiguration()
137 !stringEndsWith(serviceName, RADIO_SERVICE_SLOT2_NAME) && in isServiceValidForDeviceConfiguration()
138 !stringEndsWith(serviceName, RADIO_SERVICE_SLOT3_NAME)) { in isServiceValidForDeviceConfiguration()