Searched refs:mLastCellInfoReqTime (Results 1 – 1 of 1) sorted by relevance
178 private long mLastCellInfoReqTime; field in ServiceStateTracker744 mLastCellInfoReqTime = 0; in updatePhoneType()1212 if ((curTime - mLastCellInfoReqTime) < CELL_INFO_LIST_QUERY_TIMEOUT) { in handleMessage()5023 if ((curTime - mLastCellInfoReqTime) < mCellInfoMinIntervalMs) { in requestAllCellInfo()5035 mLastCellInfoReqTime = curTime; in requestAllCellInfo()5192 pw.println(" mLastCellInfoReqTime=" + mLastCellInfoReqTime); in dump()