Searched refs:inWhere (Results 1 – 2 of 2) sorted by relevance
136 public void appendWhere(@NonNull CharSequence inWhere) { in appendWhere() argument138 mWhereClause = new StringBuilder(inWhere.length() + 16); in appendWhere()140 mWhereClause.append(inWhere); in appendWhere()153 public void appendWhereEscapeString(@NonNull String inWhere) { in appendWhereEscapeString() argument155 mWhereClause = new StringBuilder(inWhere.length() + 16); in appendWhereEscapeString()157 DatabaseUtils.appendEscapedSQLString(mWhereClause, inWhere); in appendWhereEscapeString()171 public void appendWhereStandalone(@NonNull CharSequence inWhere) { in appendWhereStandalone() argument173 mWhereClause = new StringBuilder(inWhere.length() + 16); in appendWhereStandalone()178 mWhereClause.append('(').append(inWhere).append(')'); in appendWhereStandalone()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...