MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / currentTimeMillis

Method currentTimeMillis

Ports/CLDC11/src/java/lang/System.java:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49
50 /// Returns the current time in milliseconds.
51 public static long currentTimeMillis(){
52 return 0l; //TODO codavaj!!
53 }
54
55 /// Returns the current value of the running Java Virtual Machine's high-resolution time source, in nanoseconds.
56 /// This method can only be used to measure elapsed time and is not related to any other notion of system or wall-clock time.

Callers 15

nowMethod · 0.95
flushMethod · 0.95
toLocationMethod · 0.95
runMethod · 0.95
playImplMethod · 0.95
getTimeMethod · 0.95
decodeMethod · 0.95
createMediaMethod · 0.95
onSaveMethod · 0.95

Calls

no outgoing calls

Tested by 3

addWaitStatementMethod · 0.76
resetWaitTimerMethod · 0.76
dispatchOnEdtMethod · 0.76