Searched refs:mDcListAll (Results 1 – 3 of 3) sorted by relevance
56 ArrayList<DataConnection> mDcListAll = new ArrayList<DataConnection>(); field in DcController108 mDcListAll.add(dc); in addDc()113 mDcListAll.remove(dc); in removeDc()194 log("onDataStateChanged: mDcListAll=" + mDcListAll); in onDataStateChanged()430 return "mDcListAll=" + mDcListAll + " mDcListActiveByCid=" + mDcListActiveByCid; in toString()437 pw.println(" mDcListAll=" + mDcListAll); in dump()
56 for (DataConnection dc : mDcc.mDcListAll) {
11 single threading knowledge by using Dcc#mDcListAll so be