Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DLocaleTrackerTest.java67 private CellInfoGsm mCellInfo; field in LocaleTrackerTest
79 mCellInfo = new CellInfoGsm(); in setUp()
80 mCellInfo.setCellIdentity(new CellIdentityGsm( in setUp()
86 AsyncResult.forMessage(m, Arrays.asList(mCellInfo), null); in setUp()
112 new AsyncResult(null, Arrays.asList(mCellInfo), null)) in sendGsmCellInfo()
DDefaultPhoneNotifierTest.java53 CellInfo mCellInfo; field in DefaultPhoneNotifierTest
123 mCellInfoList.add(mCellInfo); in testNotifyCellInfo()
130 assertEquals(mCellInfo, cellInfoArgumentCaptor.getValue().get(0)); in testNotifyCellInfo()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java259 private ArrayList<List<CellInfo>> mCellInfo = null; field in TelephonyRegistry
486 cutListToSize(mCellInfo, mNumPhones); in onMultiSimConfigChanged()
507 mCellInfo.add(i, null); in onMultiSimConfigChanged()
576 mCellInfo = new ArrayList<>(); in TelephonyRegistry()
596 mCellInfo.add(i, null); in TelephonyRegistry()
957 + mCellInfo.get(phoneId)); in listen()
959 r.callback.onCellInfoChanged(mCellInfo.get(phoneId)); in listen()
1508 mCellInfo.set(phoneId, cellInfo); in notifyCellInfoForSubscriber()
2367 pw.println("mCellInfo=" + mCellInfo.get(i)); in dump()
2824 + mCellInfo.get(phoneId));
[all …]