Searched refs:mCellInfo (Results 1 – 3 of 3) sorted by relevance
67 private CellInfoGsm mCellInfo; field in LocaleTrackerTest79 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()
53 CellInfo mCellInfo; field in DefaultPhoneNotifierTest123 mCellInfoList.add(mCellInfo); in testNotifyCellInfo()130 assertEquals(mCellInfo, cellInfoArgumentCaptor.getValue().get(0)); in testNotifyCellInfo()
259 private ArrayList<List<CellInfo>> mCellInfo = null; field in TelephonyRegistry486 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 …]