Home
last modified time | relevance | path

Searched refs:setCdmaSubscriptionSource (Results 1 – 14 of 14) sorted by relevance

/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_misc.cpp504 TEST_P(RadioHidlTest, setCdmaSubscriptionSource) { in TEST_P() argument
508 radio->setCdmaSubscriptionSource(serial, CdmaSubscriptionSource::RUIM_SIM); in TEST_P()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java528 public void setCdmaSubscriptionSource(int cdmaSubscription , Message response) { in setCdmaSubscriptionSource() method in ImsPhoneCommandInterface
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java529 public void setCdmaSubscriptionSource(int cdmaSubscription , Message response) { in setCdmaSubscriptionSource() method in SipCommandInterface
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp472 Return<void> Radio::setCdmaSubscriptionSource( in setCdmaSubscriptionSource() function in android::hardware::radio::V1_2::implementation::Radio
H A DRadio.h148 Return<void> setCdmaSubscriptionSource(
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java.broken579 public void setCdmaSubscriptionSource(int cdmaSubscriptionType, Message response) {
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommandsVerifier.java1186 public void setCdmaSubscriptionSource(int cdmaSubscriptionType, Message response) { in setCdmaSubscriptionSource() method in SimulatedCommandsVerifier
H A DSimulatedCommands.java1789 setCdmaSubscriptionSource(int cdmaSubscriptionType, Message response) { in setCdmaSubscriptionSource() method in SimulatedCommands
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1813 void setCdmaSubscriptionSource(int cdmaSubscriptionType, Message response); in setCdmaSubscriptionSource() method
H A DRadioIndication.java778 mRil.setCdmaSubscriptionSource(mRil.mCdmaSubscription, null); in rilConnected()
H A DPhone.java2227 mCi.setCdmaSubscriptionSource(cdmaSubscriptionType, response); in setCdmaSubscriptionMode()
H A DRIL.java3623 public void setCdmaSubscriptionSource(int cdmaSubscription , Message result) { in setCdmaSubscriptionSource() method in RIL
3635 radioProxy.setCdmaSubscriptionSource(rr.mSerial, cdmaSubscription); in setCdmaSubscriptionSource()
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadio.hal887 oneway setCdmaSubscriptionSource(int32_t serial,
/aosp12/hardware/ril/libril/
H A Dril_service.cpp296 Return<void> setCdmaSubscriptionSource(int32_t serial,
1604 Return<void> RadioImpl::setCdmaSubscriptionSource(int32_t serial, CdmaSubscriptionSource cdmaSub) { in setCdmaSubscriptionSource() function in RadioImpl