Searched refs:mLastCellInfoReqTime (Results 1 – 1 of 1) sorted by relevance
191 private long mLastCellInfoReqTime; field in ServiceStateTracker795 mLastCellInfoReqTime = 0; in updatePhoneType()1293 if ((curTime - mLastCellInfoReqTime) < CELL_INFO_LIST_QUERY_TIMEOUT) { in handleMessage()5429 if ((curTime - mLastCellInfoReqTime) < mCellInfoMinIntervalMs) { in requestAllCellInfo()5441 mLastCellInfoReqTime = curTime; in requestAllCellInfo()5600 pw.println(" mLastCellInfoReqTime=" + mLastCellInfoReqTime); in dump()