Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java353 private ArrayList<List<CellInfo>> mCellInfo; field in TelephonyRegistry
723 cutListToSize(mCellInfo, mNumPhones); in onMultiSimConfigChanged()
750 mCellInfo.add(i, Collections.EMPTY_LIST); in onMultiSimConfigChanged()
832 mCellInfo = new ArrayList<>(numPhones); in TelephonyRegistry()
866 mCellInfo.add(i, Collections.EMPTY_LIST); in TelephonyRegistry()
1264 + mCellInfo.get(r.phoneId)); in listen()
1268 r.callback.onCellInfoChanged(mCellInfo.get(r.phoneId)); in listen()
1926 mCellInfo.set(phoneId, cellInfo); in notifyCellInfoForSubscriber()
3422 pw.println("mCellInfo=" + mCellInfo.get(i)); in dump()
4072 + mCellInfo.get(phoneId));
[all …]