Home
last modified time | relevance | path

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

/hardware/interfaces/radio/1.6/vts/functional/
Dradio_hidl_hal_misc.cpp49 std::regex_match(std::string(info.operatorNumeric), kOperatorNumericRe)); in TEST_P()
/hardware/interfaces/radio/1.5/
DIRadio.hal307 * @param operatorNumeric String specifying MCCMNC of network to select (eg "310170").
313 oneway setNetworkSelectionModeManual_1_5(int32_t serial, string operatorNumeric,
/hardware/interfaces/radio/1.2/default/
DRadio.h120 const hidl_string& operatorNumeric) override;
/hardware/interfaces/radio/1.0/
DIRadio.hal631 * @param operatorNumeric string specifying MCCMNC of network to select (eg "310170")
635 oneway setNetworkSelectionModeManual(int32_t serial, string operatorNumeric);
Dtypes.hal1435 string operatorNumeric; // 5 or 6 digit numeric code (MCC + MNC)
/hardware/ril/libril/
Dril_service.cpp242 const ::android::hardware::hidl_string& operatorNumeric);
1319 const hidl_string& operatorNumeric) { in setNetworkSelectionModeManual() argument
1324 operatorNumeric.c_str()); in setNetworkSelectionModeManual()
4568 networks[j].operatorNumeric = convertCharPtrToHidlString(resp[i + 2]); in getAvailableNetworksResponse()