Searched refs:mLastCellInfoReqTime (Results 1 – 1 of 1) sorted by relevance
186 private long mLastCellInfoReqTime; field in ServiceStateTracker798 mLastCellInfoReqTime = 0; in updatePhoneType()1276 if ((curTime - mLastCellInfoReqTime) < CELL_INFO_LIST_QUERY_TIMEOUT) { in handleMessage()5145 if ((curTime - mLastCellInfoReqTime) < mCellInfoMinIntervalMs) { in requestAllCellInfo()5157 mLastCellInfoReqTime = curTime; in requestAllCellInfo()5253 pw.println(" mLastCellInfoReqTime=" + mLastCellInfoReqTime); in dump()