Home
last modified time | relevance | path

Searched refs:getCdmaSubscriptionSource (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSubscriptionSourceManager.java126 mCi.getCdmaSubscriptionSource(obtainMessage(EVENT_GET_CDMA_SUBSCRIPTION_SOURCE)); in handleMessage()
139 mCi.getCdmaSubscriptionSource( in handleMessage()
157 public int getCdmaSubscriptionSource() { in getCdmaSubscriptionSource() method in CdmaSubscriptionSourceManager
/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_misc.cpp484 TEST_P(RadioHidlTest, getCdmaSubscriptionSource) { in TEST_P() argument
488 radio->getCdmaSubscriptionSource(serial); in TEST_P()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java491 public void getCdmaSubscriptionSource(Message response) { in getCdmaSubscriptionSource() method in ImsPhoneCommandInterface
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java492 public void getCdmaSubscriptionSource(Message response) { in getCdmaSubscriptionSource() method in SipCommandInterface
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp615 Return<void> Radio::getCdmaSubscriptionSource(int32_t /* serial */) { in getCdmaSubscriptionSource() function in android::hardware::radio::V1_2::implementation::Radio
H A DRadio.h187 Return<void> getCdmaSubscriptionSource(int32_t serial) override;
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java.broken583 public void getCdmaSubscriptionSource(Message response) {
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommandsVerifier.java1191 public void getCdmaSubscriptionSource(Message response) { in getCdmaSubscriptionSource() method in SimulatedCommandsVerifier
H A DServiceStateTrackerTest.java1010 getCdmaSubscriptionSource(); in testUpdatePhoneType()
2515 .getCdmaSubscriptionSource(); in testGetMdn()
H A DRILTest.java973 mRILUnderTest.getCdmaSubscriptionSource(obtainMessage()); in testGetCdmaSubscriptionSource()
974 verify(mRadioProxy).getCdmaSubscriptionSource(mSerialNumberCaptor.capture()); in testGetCdmaSubscriptionSource()
H A DSimulatedCommands.java1302 public void getCdmaSubscriptionSource(Message result) { in getCdmaSubscriptionSource() method in SimulatedCommands
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1819 void getCdmaSubscriptionSource(Message response); in getCdmaSubscriptionSource() method
H A DGsmCdmaPhone.java465 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in initRatSpecific()
2829 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleRadioOn()
2993 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleMessage()
H A DServiceStateTracker.java822 mIsSubscriptionFromRuim = (mCdmaSSM.getCdmaSubscriptionSource() == in updatePhoneType()
1366 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage()
1580 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage()
H A DPhone.java2181 mCi.getCdmaSubscriptionSource(response); in queryCdmaSubscriptionMode()
H A DRIL.java4253 public void getCdmaSubscriptionSource(Message result) { in getCdmaSubscriptionSource() method in RIL
4262 radioProxy.getCdmaSubscriptionSource(rr.mSerial); in getCdmaSubscriptionSource()
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadio.hal1154 oneway getCdmaSubscriptionSource(int32_t serial);
/aosp12/hardware/ril/libril/
H A Dril_service.cpp357 Return<void> getCdmaSubscriptionSource(int32_t serial);
1945 Return<void> RadioImpl::getCdmaSubscriptionSource(int32_t serial) { in getCdmaSubscriptionSource() function in RadioImpl