OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:operatorNumeric
(Results
1 - 12
of
12
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
OperatorInfo.java
35
private String
operatorNumeric
;
52
return
operatorNumeric
;
62
String
operatorNumeric
,
67
this.
operatorNumeric
=
operatorNumeric
;
75
String
operatorNumeric
,
78
operatorNumeric
, rilStateToState(stateString));
103
+ "/" +
operatorNumeric
126
dest.writeString(
operatorNumeric
);
140
in.readString(), /*
operatorNumeric
*/
[
all
...]
CommandsInterface.java
[
all
...]
RIL.java
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMALTEPhone.java
50
* the carrier selection process.
operatorNumeric
can be ""
56
public String
operatorNumeric
;
149
nsm.
operatorNumeric
= network.getOperatorNumeric();
180
// nsm.
operatorNumeric
is "" if we're in automatic.selection.
183
editor.putString(NETWORK_SELECTION_KEY, nsm.
operatorNumeric
);
199
String
operatorNumeric
= mIccRecords.getOperatorNumeric();
200
map.put(Telephony.Carriers.NUMERIC,
operatorNumeric
);
201
log("updateCurrentCarrierInProvider from UICC: numeric=" +
operatorNumeric
);
RuimRecords.java
235
String
operatorNumeric
= getRUIMOperatorNumeric();
236
if (
operatorNumeric
!= null) {
237
if(
operatorNumeric
.length() <= 6){
238
MccTable.updateMccMncConfiguration(phone,
operatorNumeric
);
CDMAPhone.java
204
String
operatorNumeric
= SystemProperties.get(PROPERTY_CDMA_HOME_OPERATOR_NUMERIC);
205
setSystemProperty(PROPERTY_ICC_OPERATOR_NUMERIC,
operatorNumeric
);
208
setIsoCountryProperty(
operatorNumeric
);
211
updateCurrentCarrierInProvider(
operatorNumeric
);
[
all
...]
CdmaLteServiceStateTracker.java
383
String
operatorNumeric
;
388
operatorNumeric
= ss.getOperatorNumeric();
389
phone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_NUMERIC,
operatorNumeric
);
391
if (
operatorNumeric
== null) {
397
isoCountryCode = MccTable.countryCodeForMcc(Integer.parseInt(
operatorNumeric
CdmaServiceStateTracker.java
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java
837
String
operatorNumeric
;
844
operatorNumeric
= ss.getOperatorNumeric();
845
phone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_NUMERIC,
operatorNumeric
);
847
if (
operatorNumeric
== null)
[
all
...]
GSMPhone.java
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipCommandInterface.java
231
String
operatorNumeric
, Message response) {
/frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java
[
all
...]
Completed in 138 milliseconds