Searched refs:hwAddr (Results 1 – 4 of 4) sorted by relevance
91 public static SocketAddress makePacketSocketAddress(int ifIndex, @NonNull byte[] hwAddr) { in makePacketSocketAddress() argument95 hwAddr /* sll_addr */); in makePacketSocketAddress()108 @NonNull byte[] hwAddr) { in makePacketSocketAddress() argument112 hwAddr /* sll_addr */); in makePacketSocketAddress()
115 public void setHardwareAddress(String hwAddr) { in setHardwareAddress() argument116 mHwAddr = hwAddr; in setHardwareAddress()
767 String hwAddr = cfg.getHardwareAddress(); in toStableParcel() local768 if (!TextUtils.isEmpty(hwAddr)) { in toStableParcel()769 cfgParcel.hwAddr = hwAddr; in toStableParcel()771 cfgParcel.hwAddr = ""; in toStableParcel()789 cfg.setHardwareAddress(p.hwAddr); in fromStableParcel()
480 macAddress = MacAddress.fromBytes(lease.hwAddr); in onLeasesChanged()483 + Arrays.toString(lease.hwAddr)); in onLeasesChanged()