Home
last modified time | relevance | path

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

/hardware/interfaces/radio/aidl/compat/libradiocompat/sim/
Dstructs.cpp60 .matchData = carrier.matchData, in toAidl()
69 .matchData = carrier.matchData, in toHidl()
/hardware/interfaces/radio/aidl/android/hardware/radio/sim/
DCarrier.aidl52 String matchData;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/3/android/hardware/radio/sim/
DCarrier.aidl41 String matchData;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/current/android/hardware/radio/sim/
DCarrier.aidl41 String matchData;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/2/android/hardware/radio/sim/
DCarrier.aidl40 String matchData;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/1/android/hardware/radio/sim/
DCarrier.aidl40 String matchData;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/
Dlunr.js2224 docMatch.matchData.combine(matchingFields[fieldRef])
2229 matchData: matchingFields[fieldRef] property
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_hidl_hal_api.cpp707 carrierRestrictions.allowedCarriers[0].matchData = hidl_string(); in TEST_P()
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_misc.cpp869 carriers.allowedCarriers[0].matchData = hidl_string(); in TEST_P()
/hardware/interfaces/radio/1.0/
Dtypes.hal1891 // If it’s ALL, matchData is empty string;
1892 // otherwise, matchData is the value for the match type.
1893 string matchData;
/hardware/interfaces/radio/aidl/vts/
Dradio_sim_test.cpp461 carrierRestrictions.allowedCarriers[0].matchData = std::string(); in TEST_P()
/hardware/ril/libril/
Dril_service.cpp2713 allowedCarriers[i].match_data = carriers.allowedCarriers[i].matchData.c_str(); in setAllowedCarriers()
2721 excludedCarriers[i].match_data = carriers.excludedCarriers[i].matchData.c_str(); in setAllowedCarriers()
6524 carrierInfo.allowedCarriers[i].matchData = in getAllowedCarriersResponse()
6534 carrierInfo.excludedCarriers[i].matchData = in getAllowedCarriersResponse()