HomeSort by relevance Sort by last modified time
    Searched defs:mIface (Results 1 - 13 of 13) sorted by null

  /tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
BandwidthUtils.java 33 private String mIface;
38 mIface = iface;
79 if (!mIface.equals(iface)) { // skip if its not iface we need
122 if (mIface.equals(iface)) {
BandwidthMicroBenchMarkTest.java 113 private String mIface;
160 BandwidthUtils bw = new BandwidthUtils(mTestDevice, mIface);
  /frameworks/base/services/core/java/com/android/server/connectivity/
Nat464Xlat.java 69 // - Running: start() called, and interfaceLinkStateChanged() told us that mIface is up.
72 // Once mIface is non-null and isStarted() is true, methods called by ConnectivityService on
76 private String mIface;
107 return mIface != null;
114 mIface = null;
145 mIface = CLAT_PREFIX + mBaseIface;
190 !mNetwork.linkProperties.getAllInterfaceNames().contains(mIface)) {
191 Slog.d(TAG, "clatd running, updating NAI for " + mIface);
193 if (mIface.equals(stacked.getInterfaceName())) {
203 stacked.setInterfaceName(mIface);
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
SupplicantP2pIfaceCallbackTest.java 55 private String mIface = "test_p2p0";
78 mDut = new SupplicantP2pIfaceCallbackSpy(mIface, mMonitor);
97 assertEquals(iface, mIface);
198 assertEquals(iface, mIface);
240 assertEquals(iface, mIface);
303 assertEquals(iface, mIface);
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 137 int mIface;
144 mIface = -1;
150 mIface = iface;
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.h 154 int mIface;
161 mIface = -1;
167 mIface = iface;
  /frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetNetworkFactory.java 104 private String mIface = "";
165 if (!mIface.equals(iface)) {
220 Log.e(TAG, "Interface unexpectedly changed from " + iface + " to " + mIface);
226 Log.e(TAG, "Error upping interface " + mIface + ": " + e);
242 if (!iface.equals(mIface))
256 Log.i(TAG, "Applying static IPv4 configuration to " + mIface + ": " + staticConfig);
257 InterfaceConfiguration config = mNMService.getInterfaceConfig(mIface);
259 mNMService.setInterfaceConfig(mIface, config);
331 Log.d(TAG, String.format("starting IpManager(%s): mNetworkInfo=%s", mIface,
344 linkProperties = config.getStaticIpConfiguration().toLinkProperties(mIface);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 453 panDevice.mIface = iface;
634 private String mIface;
639 mIface = iface;
  /frameworks/base/services/net/java/android/net/dhcp/
DhcpClient.java 190 private NetworkInterface mIface;
273 mIface = NetworkInterface.getByName(mIfaceName);
274 mHwAddr = mIface.getHardwareAddress();
275 mInterfaceBroadcastAddr = new PacketSocketAddress(mIface.getIndex(),
296 PacketSocketAddress addr = new PacketSocketAddress((short) ETH_P_IP, mIface.getIndex());
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 366 milliseconds