OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAutoAttachOnCreation
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTrackerBase.java
230
protected boolean
mAutoAttachOnCreation
= false;
531
mAutoAttachOnCreation
= sp.getBoolean(PhoneBase.DATA_DISABLED_ON_BOOT_KEY, false);
[
all
...]
DcTracker.java
551
mAutoAttachOnCreation
= true;
568
(gprsState == ServiceState.STATE_IN_SERVICE ||
mAutoAttachOnCreation
) &&
578
if (!((gprsState == ServiceState.STATE_IN_SERVICE) ||
mAutoAttachOnCreation
)) {
[
all
...]
Completed in 21 milliseconds