Searched defs:Network (Results 1 – 5 of 5) sorted by relevance
63 public class Network implements Parcelable { class116 public Network(int netId) { in Network() method in Network123 public Network(int netId, boolean privateDnsBypass) { in Network() method in Network132 public Network(@NonNull Network that) { in Network() method in Network
172 int getMultipathPreference(in Network Network); in getMultipathPreference()
38 message Network { message
1263 private void setMockedNetworks(final Map<Network, NetworkCapabilities> networks) { in setMockedNetworks()
361 CMD_TO_STR.put(CMD_SET_NETWORK, "Update underlying Network"); in CMD_TO_STR.put()