Home
last modified time | relevance | path

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

/external/protobuf/java/util/src/test/java/com/google/protobuf/util/
DTimeUtilTest.java115 String[] timestampStrings = new String[]{ in testTimestampConcurrentParsing() local
121 Timestamp[] timestampValues = new Timestamp[timestampStrings.length]; in testTimestampConcurrentParsing()
122 for (int i = 0; i < timestampStrings.length; i++) { in testTimestampConcurrentParsing()
123 timestampValues[i] = TimeUtil.parseTimestamp(timestampStrings[i]); in testTimestampConcurrentParsing()
134 timestampStrings, timestampValues); in testTimestampConcurrentParsing()