/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
H A D | CdmaSubscriptionSourceManager.java | 126 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 D | radio_hidl_hal_misc.cpp | 484 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 D | ImsPhoneCommandInterface.java | 491 public void getCdmaSubscriptionSource(Message response) { in getCdmaSubscriptionSource() method in ImsPhoneCommandInterface
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
H A D | SipCommandInterface.java | 492 public void getCdmaSubscriptionSource(Message response) { in getCdmaSubscriptionSource() method in SipCommandInterface
|
/aosp12/hardware/interfaces/radio/1.2/default/ |
H A D | Radio.cpp | 615 Return<void> Radio::getCdmaSubscriptionSource(int32_t /* serial */) { in getCdmaSubscriptionSource() function in android::hardware::radio::V1_2::implementation::Radio
|
H A D | Radio.h | 187 Return<void> getCdmaSubscriptionSource(int32_t serial) override;
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
H A D | UsimDataDownloadCommands.java.broken | 583 public void getCdmaSubscriptionSource(Message response) {
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | SimulatedCommandsVerifier.java | 1191 public void getCdmaSubscriptionSource(Message response) { in getCdmaSubscriptionSource() method in SimulatedCommandsVerifier
|
H A D | ServiceStateTrackerTest.java | 1010 getCdmaSubscriptionSource(); in testUpdatePhoneType() 2515 .getCdmaSubscriptionSource(); in testGetMdn()
|
H A D | RILTest.java | 973 mRILUnderTest.getCdmaSubscriptionSource(obtainMessage()); in testGetCdmaSubscriptionSource() 974 verify(mRadioProxy).getCdmaSubscriptionSource(mSerialNumberCaptor.capture()); in testGetCdmaSubscriptionSource()
|
H A D | SimulatedCommands.java | 1302 public void getCdmaSubscriptionSource(Message result) { in getCdmaSubscriptionSource() method in SimulatedCommands
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | CommandsInterface.java | 1819 void getCdmaSubscriptionSource(Message response); in getCdmaSubscriptionSource() method
|
H A D | GsmCdmaPhone.java | 465 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in initRatSpecific() 2829 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleRadioOn() 2993 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleMessage()
|
H A D | ServiceStateTracker.java | 822 mIsSubscriptionFromRuim = (mCdmaSSM.getCdmaSubscriptionSource() == in updatePhoneType() 1366 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage() 1580 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage()
|
H A D | Phone.java | 2181 mCi.getCdmaSubscriptionSource(response); in queryCdmaSubscriptionMode()
|
H A D | RIL.java | 4253 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 D | IRadio.hal | 1154 oneway getCdmaSubscriptionSource(int32_t serial);
|
/aosp12/hardware/ril/libril/ |
H A D | ril_service.cpp | 357 Return<void> getCdmaSubscriptionSource(int32_t serial); 1945 Return<void> RadioImpl::getCdmaSubscriptionSource(int32_t serial) { in getCdmaSubscriptionSource() function in RadioImpl
|