Searched refs:linkProp (Results 1 – 2 of 2) sorted by relevance
1087 final LinkProperties linkProp = state.length > 0 ? state[0].linkProperties : null; in expectNetworkState() local1088 when(mConnManager.getActiveLinkProperties()).thenReturn(linkProp); in expectNetworkState()
1479 public void onLinkPropertiesChanged(Network network, LinkProperties linkProp) { in onLinkPropertiesChanged() argument1480 setLastCallback(CallbackState.LINK_PROPERTIES, network, linkProp); in onLinkPropertiesChanged()