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

/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkIdentitySet.java36 public class NetworkIdentitySet extends HashSet<NetworkIdentity> implements class in inherits:HashSet,Comparable
37 Comparable<NetworkIdentitySet> {
44 public NetworkIdentitySet() { method in class:NetworkIdentitySet
47 public NetworkIdentitySet(DataInputStream in) throws IOException { method in class:NetworkIdentitySet
164 public int compareTo(NetworkIdentitySet another) {

Completed in 56 milliseconds