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

/frameworks/base/core/java/android/webkit/
H A DNetwork.java35 class Network { class
40 * Static instance of a Network object.
42 private static Network sNetwork;
46 * when the Network object has not been constructed yet
68 * Network request queue (requests are added from the browser thread).
100 public static synchronized Network getInstance(Context context) {
108 sNetwork = new Network(context.getApplicationContext());
151 * Creates a new Network object.
154 private Network(Context context) { method in class:Network
324 Log.v(LOGTAG, "Network
[all...]

Completed in 57 milliseconds