Searched refs:computeWhere (Results 1 – 4 of 4) sorted by relevance
860 String where = computeWhere(selection); in buildQuery()929 final String where = computeWhere(selection); in buildUpdate()940 final String where = computeWhere(selection); in buildDelete()1172 public @Nullable String computeWhere(@Nullable String selection) { in computeWhere() method in SQLiteQueryBuilder
882 String where = computeWhere(selection);993 final String where = computeWhere(selection);1004 final String where = computeWhere(selection);1118 public @Nullable String computeWhere(@Nullable String selection) {
6246 HSPLandroid/database/sqlite/SQLiteQueryBuilder;->computeWhere(Ljava/lang/String;)Ljava/lang/String;…
6244 HSPLandroid/database/sqlite/SQLiteQueryBuilder;->computeWhere(Ljava/lang/String;)Ljava/lang/String;…