Searched refs:mDcListAll (Results 1 – 3 of 3) sorted by relevance
87 final ArrayList<DataConnection> mDcListAll = new ArrayList<>(); field in DcController165 synchronized (mDcListAll) { in addDc()166 mDcListAll.add(dc); in addDc()171 synchronized (mDcListAll) { in removeDc()173 mDcListAll.remove(dc); in removeDc()181 synchronized (mDcListAll) { in addActiveDcByCid()187 synchronized (mDcListAll) { in getActiveDcByCid()193 synchronized (mDcListAll) { in removeActiveDcByCid()268 synchronized (mDcListAll) { in onDataStateChanged()269 dcListAll = new ArrayList<>(mDcListAll); in onDataStateChanged()[all …]
56 for (DataConnection dc : mDcc.mDcListAll) {
11 single threading knowledge by using Dcc#mDcListAll so be