Home
last modified time | relevance | path

Searched defs:mWhere (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/database/
DNewDatabasePerformanceTests.java234 private String[] mWhere = new String[DATASET_SIZE]; field in NewDatabasePerformanceTests.Select100
270 private String[] mWhere = new String[DATASET_SIZE]; field in NewDatabasePerformanceTests.SelectStringComparison100
305 private String[] mWhere = new String[TABLE_SIZE]; field in NewDatabasePerformanceTests.SelectIndex100
449 private String[] mWhere = new String[DATASET_SIZE]; field in NewDatabasePerformanceTests.SelectSubQIndex100
495 private String[] mWhere = new String[DATASET_SIZE]; field in NewDatabasePerformanceTests.SelectIndexStringComparison100
639 private String[] mWhere = new String[DATASET_SIZE]; field in NewDatabasePerformanceTests.SelectStringStartsWith100
725 private String[] mWhere = new String[DATASET_SIZE]; field in NewDatabasePerformanceTests.DeleteWhere100
757 private String[] mWhere = new String[DATASET_SIZE]; field in NewDatabasePerformanceTests.DeleteIndexWhere100
790 private String[] mWhere = new String[DATASET_SIZE]; field in NewDatabasePerformanceTests.UpdateIndexWhere100
828 private String[] mWhere = new String[DATASET_SIZE]; field in NewDatabasePerformanceTests.UpdateWhere100
[all …]
/frameworks/base/cmds/content/src/com/android/commands/content/
DContent.java516 final String mWhere; field in Content.DeleteCommand
525 provider.delete(resolveCallingPackage(), mUri, mWhere, null); in onExecute() local
673 final String mWhere; field in Content.UpdateCommand
682 provider.update(resolveCallingPackage(), mUri, mContentValues, mWhere, null); in onExecute() local