Searched refs:getInterfaceConfig (Results 1 – 8 of 8) sorted by relevance
307 private InterfaceConfiguration getInterfaceConfig(String iface) { in getInterfaceConfig() method in NetdWrapper366 final InterfaceConfiguration ifcg = getInterfaceConfig(iface); in setInterfaceDown()375 final InterfaceConfiguration ifcg = getInterfaceConfig(iface); in setInterfaceUp()384 final InterfaceConfiguration ifcg = getInterfaceConfig(iface); in isInterfaceUp()392 final InterfaceConfiguration ifcg = getInterfaceConfig(iface); in setInterfaceLinkAddress()444 LinkAddress dest = getInterfaceConfig(iface).getLinkAddress(); in tetherInterface()
110 when(mNms.getInterfaceConfig(eq(STACKED_IFACE))).thenReturn(mConfig);216 verify(mNms).getInterfaceConfig(eq(STACKED_IFACE));356 verify(mNms).getInterfaceConfig(eq(STACKED_IFACE));
60 InterfaceConfiguration getInterfaceConfig(String iface); in getInterfaceConfig() method
450 InterfaceConfiguration config = mNMService.getInterfaceConfig(iface); in getLinkAddress()
801 public InterfaceConfiguration getInterfaceConfig(String iface) { in getInterfaceConfig() method in NetworkManagementService842 final InterfaceConfiguration ifcg = getInterfaceConfig(iface); in setInterfaceDown()850 final InterfaceConfiguration ifcg = getInterfaceConfig(iface); in setInterfaceUp()1033 final LinkAddress addr = getInterfaceConfig(iface).getLinkAddress(); in tetherInterface()
284 config = mNMService.getInterfaceConfig(iface); in addInterface()
6137 when(mNetworkManagementService.getInterfaceConfig(CLAT_PREFIX + MOBILE_IFNAME)) in testStackedLinkProperties()6234 when(mNetworkManagementService.getInterfaceConfig(CLAT_PREFIX + MOBILE_IFNAME)) in testStackedLinkProperties()
2625 PLcom/android/server/NetworkManagementService;->getInterfaceConfig(Ljava/lang/String;)Landroid/net/…