Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/networkstack/ipmemorystore/
DIpMemoryStoreDatabase.java92 public static final String COLNAME_CLUSTER = "groupHint"; field in IpMemoryStoreDatabase.NetworkAttributesContract
108 + COLNAME_CLUSTER + " " + COLTYPE_CLUSTER + ", "
270 values.put(NetworkAttributesContract.COLNAME_CLUSTER, attributes.cluster); in toContentValues()
318 final String cluster = getString(cursor, NetworkAttributesContract.COLNAME_CLUSTER); in readNetworkAttributesLine()
634 NetworkAttributesContract.COLNAME_CLUSTER, cluster, needWipe); in deleteCluster()