Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/radio/1.4/vts/functional/
H A Dradio_hidl_hal_api.cpp792 TEST_P(RadioHidlTest_v1_4, setDataProfile_1_4) { in TEST_P() argument
820 radio_v1_4->setDataProfile_1_4(serial, dataProfileInfoList); in TEST_P()
/aosp12/hardware/interfaces/radio/1.4/
H A DIRadio.hal105 oneway setDataProfile_1_4(int32_t serial, vec<DataProfileInfo> profiles);
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java4825 radioProxy14.setDataProfile_1_4(rr.mSerial, dpis); in setDataProfile()