HomeSort by relevance Sort by last modified time
    Searched full:getmacaddress (Results 26 - 50 of 69) sorted by null

12 3

  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiInfoTest.java 139 wifiInfo.getMacAddress();
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/rtt/
RttTestUtils.java 150 System.arraycopy(overrideMac == null ? rangingResult.getMacAddress().toByteArray()
RttServiceImplTest.java 735 new RangingResult(RangingResult.STATUS_FAIL, removed.getMacAddress(), 0, 0, 0, 0, 0,
740 new RangingResult(RangingResult.STATUS_FAIL, removed.getMacAddress(), 0, 0, 0, 0, 0,
782 new RangingResult(RangingResult.STATUS_FAIL, result.getMacAddress(), 0, 0, 0, 0
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
RemoteAndroidDeviceTest.java 171 assertNull(mTestDevice.getMacAddress());
NativeDeviceTest.java     [all...]
DeviceManagerTest.java 195 EasyMock.expect(mMockTestDevice.getMacAddress()).andStubReturn(MAC_ADDRESS);
    [all...]
  /device/generic/goldfish/dhcp/client/
dhcpclient.cpp 517 mLastMsg = Message::request(mInterface.getMacAddress(),
525 mLastMsg = Message::discover(mInterface.getMacAddress());
  /frameworks/base/wifi/java/android/net/wifi/
WifiInfo.java 344 public String getMacAddress() {
349 * @return true if {@link #getMacAddress()} has a real MAC address.
  /frameworks/opt/net/lowpan/service/java/com/android/server/lowpan/
LowpanInterfaceTracker.java 256 hwAddr = mLowpanInterface.getService().getMacAddress();
261 Log.e(TAG, "Call to getMacAddress() failed: " + x);
  /cts/tests/tests/net/src/android/net/wifi/rtt/cts/
WifiRttTest.java 98 result.getMacAddress().toString().equals(testAp.BSSID));
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
sta_iface.h 99 Return<void> getMacAddress(getMacAddress_cb _hidl_cb) override;
sta_iface.cpp 299 Return<void> StaIface::getMacAddress(getMacAddress_cb _hidl_cb)
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
sta_iface.h 102 Return<void> getMacAddress(getMacAddress_cb _hidl_cb) override;
sta_iface.cpp 313 Return<void> StaIface::getMacAddress(getMacAddress_cb _hidl_cb)
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
ConnectivityListener.java 208 return wifiInfo.getMacAddress();
  /system/connectivity/wificond/
client_interface_impl.cpp 214 const vector<uint8_t>& ClientInterfaceImpl::GetMacAddress() {
  /tools/tradefederation/core/src/com/android/tradefed/device/
RemoteAndroidDevice.java 211 public String getMacAddress() {
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiStatusTest.java 190 mMACAddr.setText(wifiInfo.getMacAddress());
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SupplicantStaIfaceHal.java     [all...]
WifiNative.java     [all...]
  /hardware/interfaces/wifi/supplicant/1.0/
ISupplicantStaIface.hal 230 getMacAddress()
  /packages/apps/Settings/src/com/android/settings/wifi/details/
WifiDetailPreferenceController.java 362 mMacAddressPref.setDetailText(mWifiInfo.getMacAddress());
  /tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
WifiConnector.java 354 json.put("macAddress", info.getMacAddress());
  /cts/tests/tests/telephony/src/android/telephony/cts/
TelephonyManagerTest.java 425 return wifiInfo.getMacAddress();
  /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/details/
WifiDetailPreferenceControllerTest.java 251 when(mockWifiInfo.getMacAddress()).thenReturn(MAC_ADDRESS);

Completed in 868 milliseconds

12 3