OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDataRegState
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/telephony/java/android/telephony/
ServiceState.java
169
private int
mDataRegState
= STATE_OUT_OF_SERVICE;
223
mDataRegState
= s.
mDataRegState
;
246
mDataRegState
= in.readInt();
266
out.writeInt(
mDataRegState
);
331
return
mDataRegState
;
432
+ (
mDataRegState
* 37)
458
&&
mDataRegState
== s.
mDataRegState
551
return (mVoiceRegState + " " +
mDataRegState
+ " " + (mRoaming ? "roaming" : "home"
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java
182
private int
mDataRegState
= Integer.MAX_VALUE;
421
mDataRegState
= mPhone.getServiceState().getDataRegState();
[
all
...]
Completed in 145 milliseconds