Home
last modified time | relevance | path

Searched refs:COLNAME_MTU (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/
DIpMemoryStoreDatabase.java97 public static final String COLNAME_MTU = "mtu"; field in IpMemoryStoreDatabase.NetworkAttributesContract
108 + COLNAME_MTU + " " + COLTYPE_MTU + ")";
267 values.put(NetworkAttributesContract.COLNAME_MTU, attributes.mtu); in toContentValues()
311 final int mtu = getInt(cursor, NetworkAttributesContract.COLNAME_MTU, -1); in readNetworkAttributesLine()