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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSubscriptionSourceManager.java122 mCi.getCdmaSubscriptionSource(obtainMessage(EVENT_GET_CDMA_SUBSCRIPTION_SOURCE));
135 mCi.getCdmaSubscriptionSource(
152 public int getCdmaSubscriptionSource() { method in class:CdmaSubscriptionSourceManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java457 public void getCdmaSubscriptionSource(Message response) { method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java458 public void getCdmaSubscriptionSource(Message response) { method in class:SipCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java.broken587 public void getCdmaSubscriptionSource(Message response) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1605 void getCdmaSubscriptionSource(Message response); method in interface:CommandsInterface
H A DGsmCdmaPhone.java2092 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource();
2285 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource();
H A DServiceStateTracker.java670 mIsSubscriptionFromRuim = (mCdmaSSM.getCdmaSubscriptionSource() ==
1140 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource());
1343 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource());
H A DRIL.java2941 public void getCdmaSubscriptionSource(Message result) { method in class:RIL
2950 radioProxy.getCdmaSubscriptionSource(rr.mSerial);
2952 handleRadioProxyExceptionForRR(rr, "getCdmaSubscriptionSource", e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommandsVerifier.java1139 public void getCdmaSubscriptionSource(Message response) { method in class:SimulatedCommandsVerifier
H A DSimulatedCommands.java1178 public void getCdmaSubscriptionSource(Message result) { method in class:SimulatedCommands
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardProxy.java184 mCdmaSSM.getCdmaSubscriptionSource() : Phone.CDMA_SUBSCRIPTION_UNKNOWN;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DServiceStateTrackerTest.java408 getCdmaSubscriptionSource();

Completed in 187 milliseconds