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.java133 private List<CellInfo> mLastCellInfoList = null; field in ServiceStateTracker
598 mLastCellInfoList = null; in updatePhoneType()
1042 mLastCellInfoList = result.list; in handleMessage()
1058 mLastCellInfoList = list; in handleMessage()
4243 result.list = mLastCellInfoList; in getAllCellInfo()
4247 result.list = mLastCellInfoList; in getAllCellInfo()
4343 if(mLastCellInfoList != null) { in dumpCellInfoList()
4345 for(CellInfo info : mLastCellInfoList) { in dumpCellInfoList()