Home
last modified time | relevance | path

Searched refs:newSubscriptionSource (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaSubscriptionSourceManager.java190 int newSubscriptionSource = ((int[]) ar.result)[0]; in handleGetCdmaSubscriptionSource() local
192 if (newSubscriptionSource != mCdmaSubscriptionSource.get()) { in handleGetCdmaSubscriptionSource()
194 + newSubscriptionSource); in handleGetCdmaSubscriptionSource()
195 mCdmaSubscriptionSource.set(newSubscriptionSource); in handleGetCdmaSubscriptionSource()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java4853 private void handleCdmaSubscriptionSource(int newSubscriptionSource) { in handleCdmaSubscriptionSource() argument
4854 log("Subscription Source : " + newSubscriptionSource); in handleCdmaSubscriptionSource()
4856 (newSubscriptionSource == CdmaSubscriptionSourceManager.SUBSCRIPTION_FROM_RUIM); in handleCdmaSubscriptionSource()
4858 saveCdmaSubscriptionSource(newSubscriptionSource); in handleCdmaSubscriptionSource()