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

/frameworks/base/core/java/android/net/
H A DNetworkIdentity.java38 public class NetworkIdentity implements Comparable<NetworkIdentity> { class in inherits:Comparable
39 private static final String TAG = "NetworkIdentity";
59 public NetworkIdentity( method in class:NetworkIdentity
75 if (obj instanceof NetworkIdentity) {
76 final NetworkIdentity ident = (NetworkIdentity) obj;
149 res[i] = NetworkIdentity.scrubSubscriberId(subscriberId[i]);
155 * Build a {@link NetworkIdentity} from the given {@link NetworkState},
158 public static NetworkIdentity buildNetworkIdentit
[all...]

Completed in 58 milliseconds