Home
last modified time | relevance | path

Searched defs:where (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/database/
DNewDatabasePerformanceTests.java175 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 …]
DDatabasePerformanceTests.java268 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/
DActivityTestsBase.java87 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()
DLocalProvider.java130 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()
DLaunchpadActivity.java70 RuntimeException where); in activityFinished()
377 private void checkLifecycle(String where) { in checkLifecycle()
/frameworks/base/core/tests/coretests/src/android/app/
DSuggestionProvider.java97 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/
DSqliteWrapper.java77 ContentValues values, String where, String[] selectionArgs) { in update()
88 String where, String[] selectionArgs) { in delete()
DSQLiteQueryBuilder.java202 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/
DTabStopSpan.java44 public Standard(int where) { in Standard()
/frameworks/base/core/java/android/text/
DEditable.java60 public Editable insert(int where, CharSequence text, int start, int end); in insert()
66 public Editable insert(int where, CharSequence text); in insert()
DSelection.java348 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
DPackedIntVector.java291 private final void moveValueGapTo(int column, int where) { in moveValueGapTo()
314 private final void moveRowGapTo(int where) { in moveRowGapTo()
DDynamicLayout.java193 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()
DHtml.java626 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
DPackedObjectVector.java128 moveRowGapTo(int where) in moveRowGapTo()
DSpannableStringBuilder.java114 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()
DTextUtils.java854 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/
DContent.java214 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/
DSqliteWrapper.java89 ContentValues values, String where, String[] selectionArgs) { in update()
100 String where, String[] selectionArgs) { in delete()
/frameworks/base/core/tests/coretests/src/android/content/
DMemoryFileProvider.java163 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/
DWebIconDatabase.java79 public abstract void bulkRequestIconForPageUrl(ContentResolver cr, String where, in bulkRequestIconForPageUrl()
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
DWapPushManager.java316 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/
DIccProvider.java256 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/
DMtpPropertyGroup.java304 String where; in getPropertyList() local
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java280 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

12