Searched refs:sNetwork (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DNetwork.java37 private static Network sNetwork; field in class:Network
83 if (sNetwork == null) {
90 sNetwork = new Network(context.getApplicationContext());
99 return sNetwork;
108 if (sNetwork != null) {
109 sNetwork.mRequestQueue.enablePlatformNotifications();
122 if (sNetwork != null) {
123 sNetwork.mRequestQueue.disablePlatformNotifications();

Completed in 4 milliseconds