OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newSubscriptionSource
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSubscriptionSourceManager.java
185
int
newSubscriptionSource
= ((int[]) ar.result)[0];
187
if (
newSubscriptionSource
!= mCdmaSubscriptionSource.get()) {
189
+
newSubscriptionSource
);
190
mCdmaSubscriptionSource.set(
newSubscriptionSource
);
CDMAPhone.java
[
all
...]
CdmaServiceStateTracker.java
531
private void handleCdmaSubscriptionSource(int
newSubscriptionSource
) {
532
log("Subscription Source : " +
newSubscriptionSource
);
534
(
newSubscriptionSource
== CdmaSubscriptionSourceManager.SUBSCRIPTION_FROM_RUIM);
535
saveCdmaSubscriptionSource(
newSubscriptionSource
);
[
all
...]
Completed in 186 milliseconds