Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
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
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioSimProxy.java182 public void getCdmaSubscriptionSource(int serial) throws RemoteException { in getCdmaSubscriptionSource() method in RadioSimProxy
185 mSimProxy.getCdmaSubscriptionSource(serial); in getCdmaSubscriptionSource()
187 mRadioProxy.getCdmaSubscriptionSource(serial); in getCdmaSubscriptionSource()
DCommandsInterface.java1792 void getCdmaSubscriptionSource(Message response); in getCdmaSubscriptionSource() method
DGsmCdmaPhone.java598 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in initRatSpecific()
3225 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleRadioOn()
3401 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleMessage()
DServiceStateTracker.java829 mIsSubscriptionFromRuim = (mCdmaSSM.getCdmaSubscriptionSource() == in updatePhoneType()
1343 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage()
1538 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage()
DRIL.java3777 public void getCdmaSubscriptionSource(Message result) { in getCdmaSubscriptionSource() method in RIL
3791 simProxy.getCdmaSubscriptionSource(rr.mSerial); in getCdmaSubscriptionSource()
DPhone.java2309 mCi.getCdmaSubscriptionSource(response); in queryCdmaSubscriptionMode()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java451 public void getCdmaSubscriptionSource(Message response) { in getCdmaSubscriptionSource() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java1148 public void getCdmaSubscriptionSource(Message response) { in getCdmaSubscriptionSource() method in SimulatedCommandsVerifier
DRILTest.java1078 mRILUnderTest.getCdmaSubscriptionSource(obtainMessage()); in testGetCdmaSubscriptionSource()
1079 verify(mRadioProxy).getCdmaSubscriptionSource(mSerialNumberCaptor.capture()); in testGetCdmaSubscriptionSource()
DSimulatedCommands.java1247 public void getCdmaSubscriptionSource(Message result) { in getCdmaSubscriptionSource() method in SimulatedCommands
DServiceStateTrackerTest.java1014 getCdmaSubscriptionSource(); in testUpdatePhoneType()
2764 .getCdmaSubscriptionSource(); in testGetMdn()