Home
last modified time | relevance | path

Searched refs:mDcListAll (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcController.java56 ArrayList<DataConnection> mDcListAll = new ArrayList<DataConnection>(); field in DcController
108 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()
DDcTesterDeactivateAll.java56 for (DataConnection dc : mDcc.mDcListAll) {
/frameworks/opt/telephony/
DREADME.txt11 single threading knowledge by using Dcc#mDcListAll so be