Searched refs:mBarringInfo (Results 1 – 1 of 1) sorted by relevance
294 private List<BarringInfo> mBarringInfo = null; field in TelephonyRegistry493 cutListToSize(mBarringInfo, mNumPhones); in onMultiSimConfigChanged()525 mBarringInfo.add(i, new BarringInfo()); in onMultiSimConfigChanged()585 mBarringInfo = new ArrayList<>(); in TelephonyRegistry()614 mBarringInfo.add(i, new BarringInfo()); in TelephonyRegistry()1083 BarringInfo barringInfo = mBarringInfo.get(phoneId); in listen()2310 mBarringInfo.set(phoneId, new BarringInfo()); in notifyBarringInfoChanged()2316 mBarringInfo.set(phoneId, barringInfo); in notifyBarringInfoChanged()2383 pw.println("mBarringInfo=" + mBarringInfo.get(i)); in dump()