OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setMccMnc
(Results
1 - 5
of
5
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMALTEPhone.java
367
SubscriptionController.getInstance().
setMccMnc
(operatorNumeric, getSubId());
CDMAPhone.java
226
SubscriptionController.getInstance().
setMccMnc
(operatorNumeric, getSubId());
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardProxy.java
282
SubscriptionController.getInstance().
setMccMnc
(operator, subId[0]);
[
all
...]
SIMRecords.java
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionController.java
835
public int
setMccMnc
(String mccMnc, long subId) {
842
logd("[
setMccMnc
] - couldn't parse mcc/mnc: " + mccMnc);
844
logd("[
setMccMnc
]+ mcc/mnc:" + mcc + "/" + mnc + " subId:" + subId);
[
all
...]
Completed in 4064 milliseconds