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.java125 private List<CellInfo> mLastCellInfoList = null; field in ServiceStateTracker
610 mLastCellInfoList = null; in updatePhoneType()
1069 mLastCellInfoList = result.list; in handleMessage()
1085 mLastCellInfoList = list; in handleMessage()
4428 result.list = mLastCellInfoList; in getAllCellInfo()
4432 result.list = mLastCellInfoList; in getAllCellInfo()
4528 if(mLastCellInfoList != null) { in dumpCellInfoList()
4530 for(CellInfo info : mLastCellInfoList) { in dumpCellInfoList()