Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java192 private List<CellInfo> mLastCellInfoList = null; field in ServiceStateTracker
796 mLastCellInfoList = null; in updatePhoneType()
1278 mLastCellInfoList = cellInfo; in handleMessage()
1299 mLastCellInfoList = null; in handleMessage()
5392 return mLastCellInfoList; in getAllCellInfo()
5432 AsyncResult.forMessage(rspMsg, mLastCellInfoList, null); in requestAllCellInfo()
5570 if(mLastCellInfoList != null) { in dumpCellInfoList()
5572 for(CellInfo info : mLastCellInfoList) { in dumpCellInfoList()