Searched refs:mCellInfo (Results 1 – 3 of 3) sorted by relevance
75 mCellInfoLte = (CellInfoLte) mCellInfo; in CdmaLteServiceStateTracker()77 ((CellInfoLte)mCellInfo).setCellSignalStrength(new CellSignalStrengthLte()); in CdmaLteServiceStateTracker()78 ((CellInfoLte)mCellInfo).setCellIdentity(new CellIdentityLte()); in CdmaLteServiceStateTracker()569 synchronized(mCellInfo) { in pollStateDone()570 CellInfoLte cil = (CellInfoLte)mCellInfo; in pollStateDone()585 " mCellInfo=" + mCellInfo); in pollStateDone()587 arrayCi.add(mCellInfo); in pollStateDone()600 synchronized (mCellInfo) { in onSignalStrengthResult()662 synchronized(mCellInfo) { in getAllCellInfo()
90 protected final CellInfo mCellInfo; field in ServiceStateTracker319 mCellInfo = cellInfo; in ServiceStateTracker()360 synchronized(mCellInfo) { in notifySignalStrength()978 synchronized(mCellInfo) { in getSignalStrength()987 pw.println(" mCellInfo=" + mCellInfo); in dump()
174 private ArrayList<List<CellInfo>> mCellInfo = null; field in TelephonyRegistry315 mCellInfo = new ArrayList<List<CellInfo>>(); in TelephonyRegistry()329 mCellInfo.add(i, null); in TelephonyRegistry()621 + mCellInfo.get(phoneId)); in listen()622 r.callback.onCellInfoChanged(mCellInfo.get(phoneId)); in listen()905 mCellInfo.set(phoneId, cellInfo); in notifyCellInfoForSubscriber()1371 pw.println(" mCellInfo=" + mCellInfo.get(i)); in dump()1769 + mCellInfo.get(phoneId)); in checkPossibleMissNotify()1771 r.callback.onCellInfoChanged(mCellInfo.get(phoneId)); in checkPossibleMissNotify()