Home
last modified time | relevance | path

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

/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DUnoRuntime.java76 for (time = System.currentTimeMillis(); time == uniqueKeyTime;) in getUniqueKey()
86 uniqueKeyTime = time; in getUniqueKey()
89 return uniqueKeyHostPrefix + Long.toString(uniqueKeyTime, 16) + ":" in getUniqueKey()
695 private static long uniqueKeyTime = System.currentTimeMillis(); field in UnoRuntime