HomeSort by relevance Sort by last modified time
    Searched refs:getInterfaceConfig (Results 1 - 10 of 10) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/connectivity/tethering/
TetherInterfaceStateMachineTest.java 74 when(mNMService.getInterfaceConfig(IFACE_NAME)).thenReturn(mInterfaceConfiguration);
84 when(mNMService.getInterfaceConfig(IFACE_NAME)).thenReturn(mInterfaceConfiguration);
162 inOrder.verify(mNMService).getInterfaceConfig(IFACE_NAME);
  /frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetNetworkFactory.java 191 InterfaceConfiguration config = mNMService.getInterfaceConfig(iface);
249 InterfaceConfiguration config = mNMService.getInterfaceConfig(mIface);
452 if (mNMService.getInterfaceConfig(iface).hasFlag("running")) {
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
SoftApManagerTest.java 79 when(mNmService.getInterfaceConfig(TEST_INTERFACE_NAME))
  /frameworks/base/core/java/android/os/
INetworkManagementService.aidl 63 InterfaceConfiguration getInterfaceConfig(String iface);
  /frameworks/base/services/core/java/com/android/server/
CommonTimeManagementService.java 315 InterfaceConfiguration config = mNetMgr.getInterfaceConfig(iface);
NetworkManagementService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
Nat464Xlat.java 221 InterfaceConfiguration config = mNMService.getInterfaceConfig(iface);
  /frameworks/base/services/core/java/com/android/server/connectivity/tethering/
TetherInterfaceStateMachine.java 140 ifcg = mNMService.getInterfaceConfig(mIfaceName);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 511 ifcg = service.getInterfaceConfig(iface);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java     [all...]

Completed in 425 milliseconds