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()
56 CellInfo mCellInfo; field in DefaultPhoneNotifierTest126 mCellInfoList.add(mCellInfo); in testNotifyCellInfo()133 assertEquals(mCellInfo, cellInfoArgumentCaptor.getValue().get(0)); in testNotifyCellInfo()
259 private ArrayList<List<CellInfo>> mCellInfo = null; field in TelephonyRegistry490 cutListToSize(mCellInfo, mNumPhones); in onMultiSimConfigChanged()511 mCellInfo.add(i, null); in onMultiSimConfigChanged()580 mCellInfo = new ArrayList<>(); in TelephonyRegistry()600 mCellInfo.add(i, null); in TelephonyRegistry()961 + mCellInfo.get(phoneId)); in listen()963 r.callback.onCellInfoChanged(mCellInfo.get(phoneId)); in listen()1512 mCellInfo.set(phoneId, cellInfo); in notifyCellInfoForSubscriber()2373 pw.println("mCellInfo=" + mCellInfo.get(i)); in dump()2850 + mCellInfo.get(phoneId));[all …]