Searched refs:mCellInfo (Results 1 – 3 of 3) sorted by relevance
72 mCellInfoLte = (CellInfoLte) mCellInfo; in CdmaLteServiceStateTracker()74 ((CellInfoLte)mCellInfo).setCellSignalStrength(new CellSignalStrengthLte()); in CdmaLteServiceStateTracker()75 ((CellInfoLte)mCellInfo).setCellIdentity(new CellIdentityLte()); in CdmaLteServiceStateTracker()565 synchronized(mCellInfo) { in pollStateDone()566 CellInfoLte cil = (CellInfoLte)mCellInfo; in pollStateDone()581 " mCellInfo=" + mCellInfo); in pollStateDone()583 arrayCi.add(mCellInfo); in pollStateDone()596 synchronized (mCellInfo) { in onSignalStrengthResult()658 synchronized(mCellInfo) { in getAllCellInfo()
84 protected final CellInfo mCellInfo; field in ServiceStateTracker305 mCellInfo = cellInfo; in ServiceStateTracker()346 synchronized(mCellInfo) { in notifySignalStrength()963 synchronized(mCellInfo) { in getSignalStrength()972 pw.println(" mCellInfo=" + mCellInfo); in dump()
166 private ArrayList<List<CellInfo>> mCellInfo = null; field in TelephonyRegistry303 mCellInfo = new ArrayList<List<CellInfo>>(); in TelephonyRegistry()317 mCellInfo.add(i, null); in TelephonyRegistry()582 + mCellInfo.get(phoneId)); in listen()583 r.callback.onCellInfoChanged(mCellInfo.get(phoneId)); in listen()811 mCellInfo.set(phoneId, cellInfo); in notifyCellInfoForSubscriber()1277 pw.println(" mCellInfo=" + mCellInfo.get(i)); in dump()1622 + mCellInfo.get(phoneId)); in checkPossibleMissNotify()1624 r.callback.onCellInfoChanged(mCellInfo.get(phoneId)); in checkPossibleMissNotify()