Searched defs:Runtime (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/lang/
H A DRuntime.java57 public class Runtime { class
60 * Holds the Singleton global instance of Runtime.
62 private static final Runtime mRuntime = new Runtime();
93 private Runtime(){ method in class:Runtime
308 * Returns the single {@code Runtime} instance.
310 * @return the {@code Runtime} object for the current application.
312 public static Runtime getRuntime() {

Completed in 130 milliseconds