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.java192 int newSubscriptionSource = ((int[]) ar.result)[0]; in handleGetCdmaSubscriptionSource() local
194 if (newSubscriptionSource != mCdmaSubscriptionSource.get()) { in handleGetCdmaSubscriptionSource()
196 + newSubscriptionSource); in handleGetCdmaSubscriptionSource()
197 mCdmaSubscriptionSource.set(newSubscriptionSource); in handleGetCdmaSubscriptionSource()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java5209 private void handleCdmaSubscriptionSource(int newSubscriptionSource) { in handleCdmaSubscriptionSource() argument
5210 log("Subscription Source : " + newSubscriptionSource); in handleCdmaSubscriptionSource()
5212 (newSubscriptionSource == CdmaSubscriptionSourceManager.SUBSCRIPTION_FROM_RUIM); in handleCdmaSubscriptionSource()
5214 saveCdmaSubscriptionSource(newSubscriptionSource); in handleCdmaSubscriptionSource()