Searched refs:getLinkProperties (Results 1 – 2 of 2) sorted by relevance
518 public void getLinkProperties() { in getLinkProperties() method in ShadowConnectivityManagerTest523 assertThat(connectivityManager.getLinkProperties(network)).isEqualTo(lp); in getLinkProperties()532 assertThat(connectivityManager.getLinkProperties(network)).isNull(); in getLinkProperties_shouldReturnNull()
375 protected LinkProperties getLinkProperties(Network network) { in getLinkProperties() method in ShadowConnectivityManager