Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DDbQueryUtils.java49 StringBuilder clause = new StringBuilder(); in getClauseWithOperator() local
50 clause.append("("); in getClauseWithOperator()
51 clause.append(field); in getClauseWithOperator()
52 clause.append(" ").append(operator).append(" "); in getClauseWithOperator()
53 DatabaseUtils.appendEscapedSQLString(clause, value); in getClauseWithOperator()
54 clause.append(")"); in getClauseWithOperator()
55 return clause.toString(); in getClauseWithOperator()
59 StringBuilder clause = new StringBuilder(); in getClauseWithOperator() local
60 clause.append("("); in getClauseWithOperator()
61 clause.append(field); in getClauseWithOperator()
[all …]
DSelectionBuilder.java45 public SelectionBuilder addClause(String clause) { in addClause() argument
46 if (!TextUtils.isEmpty(clause)) { in addClause()
47 mWhereClauses.add(clause); in addClause()
/packages/providers/MediaProvider/
Dmediaproviderutils.sh140 clause="\"select _id from files where _data='$path';\""
141 echo $clause
142 adb shell sqlite3 $dir $clause
150 clause="\"select _data from files where _id='$_id';\""
151 echo $clause
152 adb shell sqlite3 $dir $clause
/packages/modules/Connectivity/framework-t/api/
Dlint-baseline.txt59 …Is should rethrow `RemoteException` as `RuntimeException` (but do not list it in the throws clause)
61 …Is should rethrow `RemoteException` as `RuntimeException` (but do not list it in the throws clause)
63 …Is should rethrow `RemoteException` as `RuntimeException` (but do not list it in the throws clause)
65 …Is should rethrow `RemoteException` as `RuntimeException` (but do not list it in the throws clause)
/packages/apps/Car/DebuggingRestrictionController/server/functions/
D.eslintrc.json83 // Enforce “for” loop update clause moving the counter in the right direction
95 // Warn against catch clause parameters from shadowing variables in the outer scope
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DSQLiteQueryBuilder.java460 private static void appendClause(StringBuilder s, String name, String clause) { in appendClause() argument
461 if (!TextUtils.isEmpty(clause)) { in appendClause()
463 s.append(clause); in appendClause()
/packages/modules/Connectivity/framework/
DAndroid.bp130 // This cannot be in the defaults clause above because if it were, it would be used
/packages/services/Car/car-lib/api/
Dsystem-lint-baseline.txt897 …Is should rethrow `RemoteException` as `RuntimeException` (but do not list it in the throws clause)
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz
Den_US_wordlist.combined.gz
Den_wordlist.combined.gz
Dfr_wordlist.combined.gz