Searched refs:getValueAsInt (Results 1 – 8 of 8) sorted by relevance
75 final int int1 = attr1.getValueAsInt(0x08 /* default value */); in testGetValueAsInteger()83 final int int2 = attr2.getValueAsInt(0x08 /* default value */); in testGetValueAsInteger()91 final int int3 = attr3.getValueAsInt(0x08 /* default value */); in testGetValueAsInteger()
85 neighMsg.mNumProbes = nlAttr.getValueAsInt(0); in parse()
260 routeMsg.mOifIndex = nlAttr.getValueAsInt(0 /* 0 isn't a valid ifindex */); in parse()
150 mtu = nlAttr.getValueAsInt(DEFAULT_MTU); in parse()
335 public int getValueAsInt(int defaultValue) { in getValueAsInt() method in StructNlAttr
674 public int getValueAsInt(int defaultValue) { in getValueAsInt() method in ExifTag