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.java121 mCi.getCdmaSubscriptionSource(obtainMessage(EVENT_GET_CDMA_SUBSCRIPTION_SOURCE)); in handleMessage()
134 mCi.getCdmaSubscriptionSource( in handleMessage()
151 public int getCdmaSubscriptionSource() { in getCdmaSubscriptionSource() method in CdmaSubscriptionSourceManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java447 public void getCdmaSubscriptionSource(Message response) { in getCdmaSubscriptionSource() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java448 public void getCdmaSubscriptionSource(Message response) { in getCdmaSubscriptionSource() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1574 void getCdmaSubscriptionSource(Message response); in getCdmaSubscriptionSource() method
DGsmCdmaPhone.java2049 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleRadioOn()
2231 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleMessage()
DServiceStateTracker.java644 mIsSubscriptionFromRuim = (mCdmaSSM.getCdmaSubscriptionSource() == in updatePhoneType()
1117 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage()
1312 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage()
DRIL.java2840 public void getCdmaSubscriptionSource(Message result) { in getCdmaSubscriptionSource() method in RIL
2849 radioProxy.getCdmaSubscriptionSource(rr.mSerial); in getCdmaSubscriptionSource()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardProxy.java177 mCdmaSSM.getCdmaSubscriptionSource() : Phone.CDMA_SUBSCRIPTION_UNKNOWN; in updateQuietMode()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java1127 public void getCdmaSubscriptionSource(Message response) { in getCdmaSubscriptionSource() method in SimulatedCommandsVerifier
DSimulatedCommands.java1176 public void getCdmaSubscriptionSource(Message result) { in getCdmaSubscriptionSource() method in SimulatedCommands
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken587 public void getCdmaSubscriptionSource(Message response) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java401 getCdmaSubscriptionSource(); in testUpdatePhoneType()