Searched refs:newSubscriptionSource (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSubscriptionSourceManager.java161 int newSubscriptionSource = ((int[]) ar.result)[0];
163 if (newSubscriptionSource != mCdmaSubscriptionSource.get()) {
165 + newSubscriptionSource);
166 mCdmaSubscriptionSource.set(newSubscriptionSource);
H A DCDMAPhone.java1230 * @param newSubscriptionSource holds the new CDMA subscription source value
1232 private void handleCdmaSubscriptionSource(int newSubscriptionSource) { argument
1233 if (newSubscriptionSource != mCdmaSubscriptionSource) {
1234 mCdmaSubscriptionSource = newSubscriptionSource;
1235 if (newSubscriptionSource == CDMA_SUBSCRIPTION_NV) {
H A DCdmaServiceStateTracker.java503 private void handleCdmaSubscriptionSource(int newSubscriptionSource) { argument
504 log("Subscription Source : " + newSubscriptionSource);
506 (newSubscriptionSource == CdmaSubscriptionSourceManager.SUBSCRIPTION_FROM_RUIM);
507 saveCdmaSubscriptionSource(newSubscriptionSource);

Completed in 347 milliseconds