Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/radio/1.5/vts/functional/
H A Dradio_hidl_hal_api.cpp519 TEST_P(RadioHidlTest_v1_5, setSystemSelectionChannels_1_5) { in TEST_P() argument
536 radio_v1_5->setSystemSelectionChannels_1_5(serial, true, {specifierP900, specifier850}); in TEST_P()
549 Return<void> res = radio_v1_5->setSystemSelectionChannels_1_5( in TEST_P()
/aosp12/hardware/interfaces/radio/1.5/
H A DIRadio.hal144 oneway setSystemSelectionChannels_1_5(int32_t serial, bool specifyChannels,
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java1164 radioProxy15.setSystemSelectionChannels_1_5(rr.mSerial, in setSystemSelectionChannels()