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.java72 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java84 protected final CellInfo mCellInfo; field in ServiceStateTracker
305 mCellInfo = cellInfo; in ServiceStateTracker()
346 synchronized(mCellInfo) { in notifySignalStrength()
963 synchronized(mCellInfo) { in getSignalStrength()
972 pw.println(" mCellInfo=" + mCellInfo); in dump()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java166 private ArrayList<List<CellInfo>> mCellInfo = null; field in TelephonyRegistry
303 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()