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

/dalvik/libcore/luni-kernel/src/main/java/java/lang/
H A DRuntime.java64 public class Runtime { class
67 * Holds the Singleton global instance of Runtime.
69 private static final Runtime mRuntime = new Runtime();
100 private Runtime(){ method in class:Runtime
110 System.out.println("Runtime paths:");
366 * Returns the single {@code Runtime} instance.
368 * @return the {@code Runtime} object for the current application.
371 public static Runtime getRuntime() {

Completed in 89 milliseconds