Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java390 private List<BarringInfo> mBarringInfo = null; field in TelephonyRegistry
726 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()