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

/libcore/luni/src/main/java/java/lang/
H A DRuntime.java60 public class Runtime { class
63 * Holds the Singleton global instance of Runtime.
65 private static final Runtime mRuntime = new Runtime();
111 private Runtime() { method in class:Runtime
303 * Returns the single {@code Runtime} instance for the current application.
305 public static Runtime getRuntime() {

Completed in 84 milliseconds