Home
last modified time | relevance | path

Searched refs:getLinkProperties (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowConnectivityManagerTest.java518 public void getLinkProperties() { in getLinkProperties() method in ShadowConnectivityManagerTest
523 assertThat(connectivityManager.getLinkProperties(network)).isEqualTo(lp); in getLinkProperties()
532 assertThat(connectivityManager.getLinkProperties(network)).isNull(); in getLinkProperties_shouldReturnNull()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowConnectivityManager.java375 protected LinkProperties getLinkProperties(Network network) { in getLinkProperties() method in ShadowConnectivityManager