Searched defs:NetworkState (Results 1 – 3 of 3) sorted by relevance
32 public class NetworkState implements Parcelable { class46 private NetworkState() { in NetworkState() method in NetworkState55 public NetworkState(int legacyNetworkType, @NonNull LinkProperties linkProperties, in NetworkState() method in NetworkState63 public NetworkState(@NonNull NetworkInfo networkInfo, @NonNull LinkProperties linkProperties, in NetworkState() method in NetworkState70 public NetworkState(int legacyNetworkType, @NonNull NetworkInfo networkInfo, in NetworkState() method in NetworkState93 public NetworkState(Parcel in) { in NetworkState() method in NetworkState
45 public class NetworkState extends PreferenceControllerState implements class97 public NetworkState(Context context, in NetworkState() method in NetworkState
95 enum NetworkState { enum in MddJobService