Searched refs:addInterface (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/lowpan/java/android/net/lowpan/
H A DILowpanManager.aidl34 void addInterface(ILowpanInterface lowpan_interface);
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetTracker.java174 private void addInterface(String iface) { method in class:EthernetTracker
207 mFactory.addInterface(iface, hwAddress, nc, ipConfiguration);
252 addInterface(iface);
H A DEthernetNetworkFactory.java124 void addInterface(String ifaceName, String hwAddress, NetworkCapabilities capabilities, method in class:EthernetNetworkFactory
132 Log.d(TAG, "addInterface, iface: " + ifaceName + ", capabilities: " + capabilities);
/frameworks/opt/net/lowpan/service/java/com/android/server/lowpan/
H A DLowpanServiceImpl.java186 public void addInterface(ILowpanInterface lowpanInterface) { method in class:LowpanServiceImpl
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaIfaceHalTest.java1642 .when(mISupplicantMockV1_1).addInterface(any(ISupplicant.IfaceInfo.class),
1647 .when(mISupplicantMockV1_1).addInterface(any(ISupplicant.IfaceInfo.class),
1679 // verify: addInterface is called
1681 .addInterface(any(ISupplicant.IfaceInfo.class),
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHalTest.java2648 .when(mISupplicantMockV1_1).addInterface(any(ISupplicant.IfaceInfo.class),
2653 .when(mISupplicantMockV1_1).addInterface(any(ISupplicant.IfaceInfo.class),
2676 // verify: addInterface is called
2678 .addInterface(any(ISupplicant.IfaceInfo.class),
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHal.java319 new SupplicantResult("addInterface(" + ifaceInfo + ")");
327 supplicant_v1_1.addInterface(ifaceInfo,
337 Log.e(TAG, "ISupplicant.addInterface exception: " + e);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStaIfaceHal.java379 getSupplicantMockableV1_1().addInterface(ifaceInfo,
389 Log.e(TAG, "ISupplicant.addInterface exception: " + e);
390 handleRemoteException(e, "addInterface");
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 1396 milliseconds