| /frameworks/base/core/tests/coretests/src/android/database/ |
| D | NewDatabasePerformanceTests.java | 175 private String[] where = new String[SIZE]; field in NewDatabasePerformanceTests.Select100 214 private String[] where = new String[SIZE]; field in NewDatabasePerformanceTests.SelectStringComparison100 251 private String[] where = new String[SIZE]; field in NewDatabasePerformanceTests.SelectIndex100 406 private String[] where = new String[SIZE]; field in NewDatabasePerformanceTests.SelectSubQIndex100 457 private String[] where = new String[SIZE]; field in NewDatabasePerformanceTests.SelectIndexStringComparison100 620 private String[] where = new String[SIZE]; field in NewDatabasePerformanceTests.SelectStringStartsWith100 720 private String[] where = new String[SIZE]; field in NewDatabasePerformanceTests.DeleteWhere1000 756 private String[] where = new String[SIZE]; field in NewDatabasePerformanceTests.DeleteIndexWhere1000 793 private String[] where = new String[SIZE]; field in NewDatabasePerformanceTests.UpdateIndexWhere1000 836 private String[] where = new String[SIZE]; field in NewDatabasePerformanceTests.UpdateWhere1000 [all …]
|
| D | DatabasePerformanceTests.java | 268 private String[] where = new String[SIZE]; field in DatabasePerformanceTests.Perf3Test 308 private String[] where = new String[SIZE]; field in DatabasePerformanceTests.Perf4Test 346 private String[] where = new String[SIZE]; field in DatabasePerformanceTests.Perf5Test 505 private String[] where = new String[SIZE]; field in DatabasePerformanceTests.Perf9Test 557 private String[] where = new String[SIZE]; field in DatabasePerformanceTests.Perf10Test 596 private String[] where = new String[SIZE]; field in DatabasePerformanceTests.Perf11Test 630 private String[] where = new String[SIZE]; field in DatabasePerformanceTests.Perf12Test 729 private String[] where = new String[SIZE]; field in DatabasePerformanceTests.Perf15Test 834 private String[] where = new String[SIZE]; field in DatabasePerformanceTests.Perf18Test 871 private String[] where = new String[SIZE]; field in DatabasePerformanceTests.Perf19Test [all …]
|
| /frameworks/base/core/tests/coretests/src/android/app/activity/ |
| D | ActivityTestsBase.java | 87 public void activityFinished(int resultCode, Intent data, RuntimeException where) { in activityFinished() 113 RuntimeException where = new RuntimeException("Original error was here"); in finishWithResult() local 118 public void finishWithResult(int resultCode, Intent data, RuntimeException where) { in finishWithResult()
|
| D | LocalProvider.java | 130 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { in update() 159 public int delete(Uri url, String where, String[] whereArgs) { in delete()
|
| D | LaunchpadActivity.java | 70 RuntimeException where); in activityFinished() 377 private void checkLifecycle(String where) { in checkLifecycle()
|
| /frameworks/base/core/tests/coretests/src/android/app/ |
| D | SuggestionProvider.java | 97 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { in update() 107 public int delete(Uri url, String where, String[] whereArgs) { in delete()
|
| /frameworks/base/core/java/android/database/sqlite/ |
| D | SqliteWrapper.java | 77 ContentValues values, String where, String[] selectionArgs) { in update() 88 String where, String[] selectionArgs) { in delete()
|
| D | SQLiteQueryBuilder.java | 202 boolean distinct, String tables, String[] columns, String where, in buildQueryString() 449 StringBuilder where = new StringBuilder(); in buildQuery() local
|
| /frameworks/base/core/java/android/text/style/ |
| D | TabStopSpan.java | 44 public Standard(int where) { in Standard()
|
| /frameworks/base/core/java/android/text/ |
| D | Editable.java | 60 public Editable insert(int where, CharSequence text, int start, int end); in insert() 66 public Editable insert(int where, CharSequence text); in insert()
|
| D | Selection.java | 348 int where = findEdge(text, layout, -1); in extendToLeftEdge() local 354 int where = findEdge(text, layout, 1); in extendToRightEdge() local 360 int where = findEdge(text, layout, -1); in moveToLeftEdge() local 366 int where = findEdge(text, layout, 1); in moveToRightEdge() local
|
| D | PackedIntVector.java | 291 private final void moveValueGapTo(int column, int where) { in moveValueGapTo() 314 private final void moveRowGapTo(int where) { in moveRowGapTo()
|
| D | DynamicLayout.java | 193 private void reflow(CharSequence s, int where, int before, int after) { in reflow() 658 private void reflow(CharSequence s, int where, int before, int after) { in reflow() 667 public void beforeTextChanged(CharSequence s, int where, int before, int after) { in beforeTextChanged() 671 public void onTextChanged(CharSequence s, int where, int before, int after) { in onTextChanged()
|
| D | Html.java | 626 int where = text.getSpanStart(obj); in end() local 669 int where = text.getSpanStart(obj); in endFont() local 714 int where = text.getSpanStart(obj); in endA() local 732 int where = text.getSpanStart(obj); in endHeader() local
|
| D | PackedObjectVector.java | 128 moveRowGapTo(int where) in moveRowGapTo()
|
| D | SpannableStringBuilder.java | 114 public char charAt(int where) { in charAt() 162 private void moveGapTo(int where) { in moveGapTo() 214 public SpannableStringBuilder insert(int where, CharSequence tb, int start, int end) { in insert() 219 public SpannableStringBuilder insert(int where, CharSequence tb) { in insert()
|
| D | TextUtils.java | 854 int where = indexOf(tb, sources[i]); in replace() local 1073 float avail, TruncateAt where) { in ellipsize() 1091 float avail, TruncateAt where, in ellipsize() 1114 float avail, TruncateAt where, in ellipsize()
|
| /frameworks/base/cmds/content/src/com/android/commands/content/ |
| D | Content.java | 214 String where = null; in parseDeleteCommand() local 236 String where = null; in parseUpdateCommand() local 318 String where = null; in parseQueryCommand() local 466 public DeleteCommand(Uri uri, int userId, String where) { in DeleteCommand() 544 Uri uri, int userId, String[] projection, String where, String sortOrder) { in QueryCommand() 608 public UpdateCommand(Uri uri, int userId, ContentValues contentValues, String where) { in UpdateCommand()
|
| /frameworks/opt/telephony/src/java/com/google/android/mms/util/ |
| D | SqliteWrapper.java | 89 ContentValues values, String where, String[] selectionArgs) { in update() 100 String where, String[] selectionArgs) { in delete()
|
| /frameworks/base/core/tests/coretests/src/android/content/ |
| D | MemoryFileProvider.java | 163 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { in update() 173 public int delete(Uri url, String where, String[] whereArgs) { in delete()
|
| /frameworks/base/core/java/android/webkit/ |
| D | WebIconDatabase.java | 79 public abstract void bulkRequestIconForPageUrl(ContentResolver cr, String where, in bulkRequestIconForPageUrl()
|
| /frameworks/base/packages/WAPPushManager/src/com/android/smspush/ |
| D | WapPushManager.java | 316 String where = "x_wap_application=\'" + x_app_id + "\'" in updatePackage() local 343 String where = "x_wap_application=\'" + x_app_id + "\'" in deletePackage() local
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| D | IccProvider.java | 256 public int delete(Uri url, String where, String[] whereArgs) { in delete() 337 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { in update()
|
| /frameworks/base/media/java/android/mtp/ |
| D | MtpPropertyGroup.java | 304 String where; in getPropertyList() local
|
| /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
| D | SettingsProvider.java | 280 public Cursor query(Uri uri, String[] projection, String where, String[] whereArgs, in query() 396 public int delete(Uri uri, String where, String[] whereArgs) { in delete() 435 public int update(Uri uri, ContentValues values, String where, String[] whereArgs) { in update() 1289 public Arguments(Uri uri, String where, String[] whereArgs, boolean supportAll) { in Arguments() 1327 uri.toSafeString(), where, Arrays.toString(whereArgs)); in Arguments() local
|