Searched refs:mCellInfo (Results 1 – 2 of 2) sorted by relevance
53 CellInfo mCellInfo; field in DefaultPhoneNotifierTest127 mCellInfoList.add(mCellInfo); in testNotifyCellInfo()134 assertEquals(mCellInfo, cellInfoArgumentCaptor.getValue().get(0)); in testNotifyCellInfo()
173 private ArrayList<List<CellInfo>> mCellInfo = null; field in TelephonyRegistry313 mCellInfo = new ArrayList<List<CellInfo>>(); in TelephonyRegistry()327 mCellInfo.add(i, null); in TelephonyRegistry()619 + mCellInfo.get(phoneId)); in listen()620 r.callback.onCellInfoChanged(mCellInfo.get(phoneId)); in listen()896 mCellInfo.set(phoneId, cellInfo); in notifyCellInfoForSubscriber()1337 pw.println(" mCellInfo=" + mCellInfo.get(i)); in dump()1742 + mCellInfo.get(phoneId)); in checkPossibleMissNotify()1744 r.callback.onCellInfoChanged(mCellInfo.get(phoneId)); in checkPossibleMissNotify()