Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_cell_broadcast.cpp90 TEST_P(RadioHidlTest, getGsmBroadcastConfig) { in TEST_P() argument
94 radio->getGsmBroadcastConfig(serial); in TEST_P()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java495 public void getGsmBroadcastConfig(Message response) { in getGsmBroadcastConfig() method in ImsPhoneCommandInterface
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java496 public void getGsmBroadcastConfig(Message response) { in getGsmBroadcastConfig() method in SipCommandInterface
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp534 Return<void> Radio::getGsmBroadcastConfig(int32_t /* serial */) { in getGsmBroadcastConfig() function in android::hardware::radio::V1_2::implementation::Radio
H A DRadio.h165 Return<void> getGsmBroadcastConfig(int32_t serial) override;
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java.broken547 public void getGsmBroadcastConfig(Message response) {
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommandsVerifier.java1151 public void getGsmBroadcastConfig(Message response) { in getGsmBroadcastConfig() method in SimulatedCommandsVerifier
H A DSimulatedCommands.java1910 public void getGsmBroadcastConfig(Message response) { in getGsmBroadcastConfig() method in SimulatedCommands
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1756 public void getGsmBroadcastConfig(Message response); in getGsmBroadcastConfig() method
H A DRIL.java3932 public void getGsmBroadcastConfig(Message result) { in getGsmBroadcastConfig() method in RIL
3941 radioProxy.getGsmBroadcastConfig(rr.mSerial); in getGsmBroadcastConfig()
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadio.hal999 oneway getGsmBroadcastConfig(int32_t serial);
/aosp12/hardware/ril/libril/
H A Dril_service.cpp324 Return<void> getGsmBroadcastConfig(int32_t serial);
1746 Return<void> RadioImpl::getGsmBroadcastConfig(int32_t serial) { in getGsmBroadcastConfig() function in RadioImpl