Searched defs:Network (Results 1 – 8 of 8) sorted by relevance
67 pub struct Network { struct73 impl Network { implementation79 ) -> Result<Network> { in new()
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
178 int getMultipathPreference(in Network Network); in getMultipathPreference()
180 private boolean hasAnyConflict( in hasAnyConflict()187 private void updateRegistrationUntilNoConflict( in updateRegistrationUntilNoConflict()
38 message Network { message
36 Network(#[from] io::Error), enumerator
357 CMD_TO_STR.put(CMD_SET_NETWORK, "Update underlying Network"); in CMD_TO_STR.put()358 CMD_TO_STR.put(CMD_SET_UNDERPINNED_NETWORK, "Set underpinned Network"); in CMD_TO_STR.put()
3204 private void setMockedNetworks(final Map<Network, NetworkCapabilities> networks) { in setMockedNetworks()