Home
last modified time | relevance | path

Searched refs:sNextStringCounter (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DSipDialogAttributes.java33 private static volatile int sNextStringCounter; field in SipDialogAttributes
35 sNextStringCounter = new Random().nextInt();
120 byte[] idByteArray = ByteBuffer.allocate(4).putInt(sNextStringCounter++).array(); in getNextString()