Searched defs:newSubscriptionSource (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java541 private void handleCdmaSubscriptionSource(int newSubscriptionSource) { argument
542 log("Subscription Source : " + newSubscriptionSource);
544 (newSubscriptionSource == CdmaSubscriptionSourceManager.SUBSCRIPTION_FROM_RUIM);
546 saveCdmaSubscriptionSource(newSubscriptionSource);
H A DCDMAPhone.java1379 * @param newSubscriptionSource holds the new CDMA subscription source value
1381 private void handleCdmaSubscriptionSource(int newSubscriptionSource) { argument
1382 if (newSubscriptionSource != mCdmaSubscriptionSource) {
1383 mCdmaSubscriptionSource = newSubscriptionSource;
1384 if (newSubscriptionSource == CDMA_SUBSCRIPTION_NV) {

Completed in 39 milliseconds