Searched refs:uniqueKeyTime (Results 1 – 1 of 1) sorted by relevance
76 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