Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/
DIpMemoryStoreDatabase.java90 public static final String COLNAME_CLUSTER = "groupHint"; field in IpMemoryStoreDatabase.NetworkAttributesContract
106 + COLNAME_CLUSTER + " " + COLTYPE_CLUSTER + ", "
260 values.put(NetworkAttributesContract.COLNAME_CLUSTER, attributes.cluster); in toContentValues()
308 final String cluster = getString(cursor, NetworkAttributesContract.COLNAME_CLUSTER); in readNetworkAttributesLine()
624 NetworkAttributesContract.COLNAME_CLUSTER, cluster, needWipe); in deleteCluster()