OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDataOperatorNumeric
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/telephony/java/android/telephony/
ServiceState.java
225
private String
mDataOperatorNumeric
;
310
mDataOperatorNumeric
= s.
mDataOperatorNumeric
;
339
mDataOperatorNumeric
= in.readString();
365
out.writeString(
mDataOperatorNumeric
);
623
return
mDataOperatorNumeric
;
647
+ ((null ==
mDataOperatorNumeric
) ? 0 :
mDataOperatorNumeric
.hashCode())
678
&& equalsHandlesNulls(
mDataOperatorNumeric
, s.
mDataOperatorNumeric
)
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyEventLog.java
188
private String
mDataOperatorNumeric
;
250
mDataOperatorNumeric
= serviceState.getDataOperatorNumeric();
251
b.putString(SERVICE_STATE_DATA_NUMERIC,
mDataOperatorNumeric
);
Completed in 3392 milliseconds