Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/radio/1.5/vts/functional/
H A Dradio_hidl_hal_api.cpp1105 TEST_P(RadioHidlTest_v1_5, setDataProfile_1_5) { in TEST_P() argument
1134 radio_v1_5->setDataProfile_1_5(serial, dataProfileInfoList); in TEST_P()
/aosp12/hardware/interfaces/radio/1.5/
H A DIRadio.hal226 oneway setDataProfile_1_5(int32_t serial, vec<DataProfileInfo> profiles);
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java4806 radioProxy15.setDataProfile_1_5(rr.mSerial, dpis); in setDataProfile()