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> {
43 public NetworkIdentitySet() { method in class:NetworkIdentitySet
46 public NetworkIdentitySet(DataInputStream in) throws IOException { method in class:NetworkIdentitySet
140 public int compareTo(NetworkIdentitySet another) {

Completed in 46 milliseconds