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
52
ArrayList<DataConnection>
mDcListAll
= new ArrayList<DataConnection>();
100
mDcListAll
.add(dc);
105
mDcListAll
.remove(dc);
186
log("onDataStateChanged:
mDcListAll
=" +
mDcListAll
);
356
return "
mDcListAll
=" +
mDcListAll
+ " mDcListActiveByCid=" + mDcListActiveByCid;
363
pw.println("
mDcListAll
=" +
mDcListAll
);
DcTesterDeactivateAll.java
56
for (DataConnection dc : mDcc.
mDcListAll
) {
Completed in 110 milliseconds