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
167
private int
mDataRegState
= STATE_OUT_OF_SERVICE;
221
mDataRegState
= s.
mDataRegState
;
244
mDataRegState
= in.readInt();
264
out.writeInt(
mDataRegState
);
329
return
mDataRegState
;
430
+ (
mDataRegState
* 37)
456
&&
mDataRegState
== s.
mDataRegState
549
return (mVoiceRegState + " " +
mDataRegState
+ " " + (mRoaming ? "roaming" : "home"
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java
167
private int
mDataRegState
= Integer.MAX_VALUE;
326
mDataRegState
= mPhone.getServiceState().getDataRegState();
[
all
...]
Completed in 86 milliseconds