Searched refs:NEXT_SEQUENCE_NUMBER (Results 1 – 1 of 1) sorted by relevance
30 private static final AtomicLong NEXT_SEQUENCE_NUMBER = new AtomicLong(0); field in ContactInfoRequest63 this.sequenceNumber = NEXT_SEQUENCE_NUMBER.getAndIncrement(); in ContactInfoRequest()