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.java191 int newSubscriptionSource = ((int[]) ar.result)[0]; in handleGetCdmaSubscriptionSource() local
193 if (newSubscriptionSource != mCdmaSubscriptionSource.get()) { in handleGetCdmaSubscriptionSource()
195 + newSubscriptionSource); in handleGetCdmaSubscriptionSource()
196 mCdmaSubscriptionSource.set(newSubscriptionSource); in handleGetCdmaSubscriptionSource()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java5130 private void handleCdmaSubscriptionSource(int newSubscriptionSource) { in handleCdmaSubscriptionSource() argument
5131 log("Subscription Source : " + newSubscriptionSource); in handleCdmaSubscriptionSource()
5133 (newSubscriptionSource == CdmaSubscriptionSourceManager.SUBSCRIPTION_FROM_RUIM); in handleCdmaSubscriptionSource()
5135 saveCdmaSubscriptionSource(newSubscriptionSource); in handleCdmaSubscriptionSource()