Searched refs:COLNAME_MTU (Results 1 – 1 of 1) sorted by relevance
99 public static final String COLNAME_MTU = "mtu"; field in IpMemoryStoreDatabase.NetworkAttributesContract110 + COLNAME_MTU + " " + COLTYPE_MTU + ")";277 values.put(NetworkAttributesContract.COLNAME_MTU, attributes.mtu); in toContentValues()321 final int mtu = getInt(cursor, NetworkAttributesContract.COLNAME_MTU, -1); in readNetworkAttributesLine()