Searched refs:mBarringInfo (Results 1 – 1 of 1) sorted by relevance
390 private List<BarringInfo> mBarringInfo = null; field in TelephonyRegistry726 cutListToSize(mBarringInfo, mNumPhones); in onMultiSimConfigChanged()764 mBarringInfo.add(i, new BarringInfo()); in onMultiSimConfigChanged()837 mBarringInfo = new ArrayList<>(); in TelephonyRegistry()880 mBarringInfo.add(i, new BarringInfo()); in TelephonyRegistry()1392 BarringInfo barringInfo = mBarringInfo.get(r.phoneId); in listen()2833 mBarringInfo.set(phoneId, new BarringInfo()); in notifyBarringInfoChanged()2836 if (barringInfo.equals(mBarringInfo.get(phoneId))) { in notifyBarringInfoChanged()2840 mBarringInfo.set(phoneId, barringInfo); in notifyBarringInfoChanged()3431 pw.println("mBarringInfo=" + mBarringInfo.get(i)); in dump()