Home
last modified time | relevance | path

Searched refs:mCellInfo (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaLteServiceStateTracker.java75 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java90 protected final CellInfo mCellInfo; field in ServiceStateTracker
319 mCellInfo = cellInfo; in ServiceStateTracker()
360 synchronized(mCellInfo) { in notifySignalStrength()
978 synchronized(mCellInfo) { in getSignalStrength()
987 pw.println(" mCellInfo=" + mCellInfo); in dump()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java174 private ArrayList<List<CellInfo>> mCellInfo = null; field in TelephonyRegistry
315 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()