Searched refs:mLastCellInfoReqTime (Results 1 – 1 of 1) sorted by relevance
169 private long mLastCellInfoReqTime; field in ServiceStateTracker697 mLastCellInfoReqTime = 0; in updatePhoneType()1121 if ((curTime - mLastCellInfoReqTime) < CELL_INFO_LIST_QUERY_TIMEOUT) { in handleMessage()4782 if ((curTime - mLastCellInfoReqTime) < mCellInfoMinIntervalMs) { in requestAllCellInfo()4794 mLastCellInfoReqTime = curTime; in requestAllCellInfo()4916 pw.println(" mLastCellInfoReqTime=" + mLastCellInfoReqTime); in dump()