Searched defs:Network (Results 1 - 3 of 3) sorted by last modified time

/frameworks/volley/src/main/java/com/android/volley/
H A DNetwork.java22 public interface Network { interface
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java157 static class Network { class in class:SettingsBackupAgent
164 public static Network readFromStream(BufferedReader in) {
165 final Network n = new Network();
273 if (!(o instanceof Network)) return false;
274 final Network other;
276 other = (Network) o;
292 boolean networkInWhitelist(Network net, List<WifiConfiguration> whitelist) {
307 final HashSet<Network> mKnownNetworks = new HashSet<Network>();
[all...]
/frameworks/base/core/java/android/net/
H A DNetwork.java47 * Identifies a {@code Network}. This is supplied to applications via
51 * It is used to direct traffic to the given {@code Network}, either on a {@link Socket} basis
55 public class Network implements Parcelable { class in inherits:Parcelable
68 private volatile com.android.okhttp.internal.Network mNetwork = null;
85 public Network(int netId) { method in class:Network
92 public Network(Network that) { method in class:Network
135 // Lookup addresses only on this Network.
187 * this factory will have its traffic sent over this {@code Network}. Note that if this
188 * {@code Network} eve
[all...]

Completed in 887 milliseconds