Searched refs:mDcListAll (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcController.java57 ArrayList<DataConnection> mDcListAll = new ArrayList<DataConnection>(); field in class:DcController
127 mDcListAll.add(dc);
132 mDcListAll.remove(dc);
221 log("onDataStateChanged: mDcListAll=" + mDcListAll);
436 return "mDcListAll=" + mDcListAll + " mDcListActiveByCid=" + mDcListActiveByCid;
443 pw.println(" mDcListAll=" + mDcListAll);
H A DDcTesterDeactivateAll.java56 for (DataConnection dc : mDcc.mDcListAll) {

Completed in 81 milliseconds