Searched refs:sNextStringCounter (Results 1 – 1 of 1) sorted by relevance
33 private static volatile int sNextStringCounter; field in SipDialogAttributes35 sNextStringCounter = new Random().nextInt();120 byte[] idByteArray = ByteBuffer.allocate(4).putInt(sNextStringCounter++).array(); in getNextString()