Home
last modified time | relevance | path

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

/aoo4110/main/ridljar/com/sun/star/uno/
H A DUnoRuntime.java74 for (time = System.currentTimeMillis(); time == uniqueKeyTime;) in getUniqueKey()
84 uniqueKeyTime = time; in getUniqueKey()
87 return uniqueKeyHostPrefix + Long.toString(uniqueKeyTime, 16) + ":" in getUniqueKey()
683 private static long uniqueKeyTime = System.currentTimeMillis(); field in UnoRuntime

Completed in 30 milliseconds