OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDct
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcController.java
52
private DcTrackerBase
mDct
;
90
mDct
= dct;
239
if (
mDct
.mIsCleanupRequired) {
241
mDct
.mIsCleanupRequired = false;
247
mDct
.sendRestartRadio();
248
} else if (
mDct
.isPermanentFail(failCause)) {
338
mDct
.sendStopNetStatPoll(DctConstants.Activity.DORMANT);
348
mDct
.sendStartNetStatPoll(DctConstants.Activity.NONE);
384
mDct
.sendCleanUpConnection(true, apnContext);
DataConnection.java
111
private DcTrackerBase
mDct
= null;
413
mDct
= dct;
598
Message msg =
mDct
.obtainMessage(event, apnContext);
[
all
...]
Completed in 2354 milliseconds