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

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

Completed in 697 milliseconds