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
161
int
newSubscriptionSource
= ((int[]) ar.result)[0];
163
if (
newSubscriptionSource
!= mCdmaSubscriptionSource.get()) {
165
+
newSubscriptionSource
);
166
mCdmaSubscriptionSource.set(
newSubscriptionSource
);
CDMAPhone.java
[
all
...]
CdmaServiceStateTracker.java
497
private void handleCdmaSubscriptionSource(int
newSubscriptionSource
) {
498
log("Subscription Source : " +
newSubscriptionSource
);
500
(
newSubscriptionSource
== CdmaSubscriptionSourceManager.SUBSCRIPTION_FROM_RUIM);
501
saveCdmaSubscriptionSource(
newSubscriptionSource
);
[
all
...]
Completed in 1937 milliseconds