Searched refs:linkProp (Results 1 – 2 of 2) sorted by relevance
1074 final LinkProperties linkProp = state.length > 0 ? state[0].linkProperties : null; in expectNetworkState() local1075 expect(mConnManager.getActiveLinkProperties()).andReturn(linkProp).atLeastOnce(); in expectNetworkState()
1843 public void onLinkPropertiesChanged(Network network, LinkProperties linkProp) { in onLinkPropertiesChanged() argument1844 setLastCallback(CallbackState.LINK_PROPERTIES, network, linkProp); in onLinkPropertiesChanged()