Searched refs:DEFAULT_PREFIX (Results 1 – 7 of 7) sorted by relevance
33 public static final String DEFAULT_PREFIX = "index_"; field in IndexBundle74 if (mName.startsWith(DEFAULT_PREFIX)) { in isSchemaEqual()75 if (!other.mName.startsWith(DEFAULT_PREFIX)) { in isSchemaEqual()78 } else if (other.mName.startsWith(DEFAULT_PREFIX)) { in isSchemaEqual()
50 IndexBundle bundle = new IndexBundle(IndexBundle.DEFAULT_PREFIX + "x", false, in schemaEquality_diffGenericName_equal()52 IndexBundle other = new IndexBundle(IndexBundle.DEFAULT_PREFIX + "y", false, in schemaEquality_diffGenericName_equal()
540 public static final String DEFAULT_PREFIX = "index_"; field in TableInfo.Index563 if (name.startsWith(Index.DEFAULT_PREFIX)) { in equals()564 return index.name.startsWith(Index.DEFAULT_PREFIX); in equals()573 if (name.startsWith(DEFAULT_PREFIX)) { in hashCode()574 result = DEFAULT_PREFIX.hashCode(); in hashCode()
29 const val DEFAULT_PREFIX = "index_" constant
194 "CREATE INDEX " + TableInfo.Index.DEFAULT_PREFIX + "foo_composite_indexed" in readIndices()
527 return Index.DEFAULT_PREFIX + tableName + "_" + columnNames.joinToString("_") in <lambda>()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...