Searched refs:dstHwAddr (Results 1 – 4 of 4) sorted by relevance
32 public MacAddress dstHwAddr; // actually used to store a src mac address field in WakeupEvent47 j.add("srcMac=" + dstHwAddr); // really!! http://b/292404319#comment11 in toString()
83 if (ev.dstHwAddr != null) { in countEvent()84 switch (ev.dstHwAddr.getAddressType()) { in countEvent()
306 event.dstHwAddr = null; in onWakeupEvent()308 event.dstHwAddr = MacAddress.fromBytes(dstHw); in onWakeupEvent()329 final String dstMac = String.valueOf(event.dstHwAddr); in onWakeupEvent()
33188 Landroid/net/metrics/WakeupEvent;->dstHwAddr:Landroid/net/MacAddress;