Home | History | Annotate | Download | only in net

Lines Matching defs:getInterfaceName

96             mIfaceName = source.getInterfaceName();
118 public String getInterfaceName() {
218 if (link != null && link.getInterfaceName() != null) {
219 mStackedLinks.put(link.getInterfaceName(), link);
232 if (link != null && link.getInterfaceName() != null) {
233 mStackedLinks.remove(link.getInterfaceName());
317 return TextUtils.equals(getInterfaceName(), target.getInterfaceName());
386 String iface = stacked.getInterfaceName();
540 dest.writeString(getInterfaceName());