HomeSort by relevance Sort by last modified time
    Searched refs:appendClause (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/database/sqlite/
SQLiteQueryBuilder.java 225 appendClause(query, " WHERE ", where);
226 appendClause(query, " GROUP BY ", groupBy);
227 appendClause(query, " HAVING ", having);
228 appendClause(query, " ORDER BY ", orderBy);
229 appendClause(query, " LIMIT ", limit);
234 private static void appendClause(StringBuilder s, String name, String clause) {
594 appendClause(query, " ORDER BY ", sortOrder);
595 appendClause(query, " LIMIT ", limit);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java 201 public <T> void appendClause(String newClause, final T... parameters) {
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 185 milliseconds