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