OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDcListAll
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcController.java
56
ArrayList<DataConnection>
mDcListAll
= new ArrayList<DataConnection>();
108
mDcListAll
.add(dc);
113
mDcListAll
.remove(dc);
194
log("onDataStateChanged:
mDcListAll
=" +
mDcListAll
);
430
return "
mDcListAll
=" +
mDcListAll
+ " mDcListActiveByCid=" + mDcListActiveByCid;
437
pw.println("
mDcListAll
=" +
mDcListAll
);
DcTesterDeactivateAll.java
56
for (DataConnection dc : mDcc.
mDcListAll
) {
Completed in 35 milliseconds