Home
last modified time | relevance | path

Searched defs:where (Results 1 – 25 of 41) 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/cmds/content/src/com/android/commands/content/
DContent.java196 String where = null; in parseDeleteCommand() local
218 String where = null; in parseUpdateCommand() local
281 String where = null; in parseQueryCommand() local
413 public DeleteCommand(Uri uri, int userId, String where) { in DeleteCommand()
466 Uri uri, int userId, String[] projection, String where, String sortOrder) { in QueryCommand()
529 public UpdateCommand(Uri uri, int userId, ContentValues contentValues, String where) { in UpdateCommand()
/frameworks/base/core/java/android/text/style/
DTabStopSpan.java44 public Standard(int where) { in Standard()
/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/
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.java339 int where = findEdge(text, layout, -1); in extendToLeftEdge() local
345 int where = findEdge(text, layout, 1); in extendToRightEdge() local
351 int where = findEdge(text, layout, -1); in moveToLeftEdge() local
357 int where = findEdge(text, layout, 1); in moveToRightEdge() local
DPackedIntVector.java290 private final void moveValueGapTo(int column, int where) { in moveValueGapTo()
313 private final void moveRowGapTo(int where) { in moveRowGapTo()
DDynamicLayout.java188 private void reflow(CharSequence s, int where, int before, int after) { in reflow()
640 private void reflow(CharSequence s, int where, int before, int after) { in reflow()
649 public void beforeTextChanged(CharSequence s, int where, int before, int after) { in beforeTextChanged()
653 public void onTextChanged(CharSequence s, int where, int before, int after) { in onTextChanged()
DPackedObjectVector.java127 moveRowGapTo(int where) in moveRowGapTo()
DHtml.java622 int where = text.getSpanStart(obj); in end() local
665 int where = text.getSpanStart(obj); in endFont() local
710 int where = text.getSpanStart(obj); in endA() local
728 int where = text.getSpanStart(obj); in endHeader() local
DSpannableStringBuilder.java109 public char charAt(int where) { in charAt()
152 private void moveGapTo(int where) { in moveGapTo()
201 public SpannableStringBuilder insert(int where, CharSequence tb, int start, int end) { in insert()
206 public SpannableStringBuilder insert(int where, CharSequence tb) { in insert()
713 int where = mSpanStarts[i]; in getSpanStart() local
735 int where = mSpanEnds[i]; in getSpanEnd() local
/frameworks/opt/mms/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/webview/chromium/java/com/android/webview/chromium/
DWebIconDatabaseAdapter.java50 public void bulkRequestIconForPageUrl(ContentResolver cr, String where, in bulkRequestIconForPageUrl()
/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/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java140 public final String where; field in SettingsProvider.SqlArguments
144 SqlArguments(Uri url, String where, String[] args) { in SqlArguments()
705 public Cursor query(Uri url, String[] select, String where, String[] whereArgs, String sort) { in query()
709 private Cursor queryForUser(Uri url, String[] select, String where, String[] whereArgs, in queryForUser()
821 … String where = Settings.Secure.NAME + "=\'" + Settings.Secure.LOCATION_PROVIDERS_ALLOWED + "\'"; in parseProviderList() local
946 public int delete(Uri url, String where, String[] whereArgs) { in delete()
975 public int update(Uri url, ContentValues initialValues, String where, String[] whereArgs) { in update()
/frameworks/base/core/java/android/webkit/
DWebIconDatabase.java85 public void bulkRequestIconForPageUrl(ContentResolver cr, String where, in bulkRequestIconForPageUrl()
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
DWapPushManager.java312 String where = "x_wap_application=\'" + x_app_id + "\'" in updatePackage() local
339 String where = "x_wap_application=\'" + x_app_id + "\'" in deletePackage() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccProvider.java177 public int delete(Uri url, String where, String[] whereArgs) { in delete()
244 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { in update()
/frameworks/base/media/java/android/mtp/
DMtpPropertyGroup.java294 String where; in getPropertyList() local

12