OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCdmaSubscriptionSource
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSubscriptionSourceManager.java
59
private AtomicInteger
mCdmaSubscriptionSource
= new AtomicInteger(SUBSCRIPTION_FROM_NV);
68
mCdmaSubscriptionSource
.set(subscriptionSource);
153
return
mCdmaSubscriptionSource
.get();
187
if (newSubscriptionSource !=
mCdmaSubscriptionSource
.get()) {
188
log("Subscription Source Changed : " +
mCdmaSubscriptionSource
+ " >> "
190
mCdmaSubscriptionSource
.set(newSubscriptionSource);
CDMALTEPhone.java
413
if (
mCdmaSubscriptionSource
== CDMA_SUBSCRIPTION_NV) {
415
} else if (
mCdmaSubscriptionSource
== CDMA_SUBSCRIPTION_RUIM_SIM) {
429
+ "
mCdmaSubscriptionSource
= " +
mCdmaSubscriptionSource
+ " mIccRecords = "
433
Rlog.d(LOG_TAG, "getOperatorNumeric:
mCdmaSubscriptionSource
= " +
mCdmaSubscriptionSource
CDMAPhone.java
110
int
mCdmaSubscriptionSource
=
[
all
...]
CdmaConnection.java
383
} else if (phone.
mCdmaSubscriptionSource
==
Completed in 204 milliseconds