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.java186 int newSubscriptionSource = ((int[]) ar.result)[0]; in handleGetCdmaSubscriptionSource() local
188 if (newSubscriptionSource != mCdmaSubscriptionSource.get()) { in handleGetCdmaSubscriptionSource()
190 + newSubscriptionSource); in handleGetCdmaSubscriptionSource()
191 mCdmaSubscriptionSource.set(newSubscriptionSource); in handleGetCdmaSubscriptionSource()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java4496 private void handleCdmaSubscriptionSource(int newSubscriptionSource) { in handleCdmaSubscriptionSource() argument
4497 log("Subscription Source : " + newSubscriptionSource); in handleCdmaSubscriptionSource()
4499 (newSubscriptionSource == CdmaSubscriptionSourceManager.SUBSCRIPTION_FROM_RUIM); in handleCdmaSubscriptionSource()
4501 saveCdmaSubscriptionSource(newSubscriptionSource); in handleCdmaSubscriptionSource()