Searched defs:mWhere (Results 1 – 2 of 2) sorted by relevance
234 private String[] mWhere = new String[DATASET_SIZE]; field in NewDatabasePerformanceTests.Select100270 private String[] mWhere = new String[DATASET_SIZE]; field in NewDatabasePerformanceTests.SelectStringComparison100305 private String[] mWhere = new String[TABLE_SIZE]; field in NewDatabasePerformanceTests.SelectIndex100449 private String[] mWhere = new String[DATASET_SIZE]; field in NewDatabasePerformanceTests.SelectSubQIndex100495 private String[] mWhere = new String[DATASET_SIZE]; field in NewDatabasePerformanceTests.SelectIndexStringComparison100639 private String[] mWhere = new String[DATASET_SIZE]; field in NewDatabasePerformanceTests.SelectStringStartsWith100725 private String[] mWhere = new String[DATASET_SIZE]; field in NewDatabasePerformanceTests.DeleteWhere100757 private String[] mWhere = new String[DATASET_SIZE]; field in NewDatabasePerformanceTests.DeleteIndexWhere100790 private String[] mWhere = new String[DATASET_SIZE]; field in NewDatabasePerformanceTests.UpdateIndexWhere100828 private String[] mWhere = new String[DATASET_SIZE]; field in NewDatabasePerformanceTests.UpdateWhere100[all …]
516 final String mWhere; field in Content.DeleteCommand525 provider.delete(resolveCallingPackage(), mUri, mWhere, null); in onExecute() local673 final String mWhere; field in Content.UpdateCommand682 provider.update(resolveCallingPackage(), mUri, mContentValues, mWhere, null); in onExecute() local