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

/frameworks/base/core/java/android/webkit/
H A DNetwork.java30 class Network { class
35 * Static instance of a Network object.
37 private static Network sNetwork;
41 * when the Network object has not been constructed yet
63 * Network request queue (requests are added from the browser thread).
82 public static synchronized Network getInstance(Context context) {
90 sNetwork = new Network(context.getApplicationContext());
131 * Creates a new Network object.
134 private Network(Context context) { method in class:Network
272 Log.v(LOGTAG, "Network
[all...]

Completed in 730 milliseconds