Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/database/
H A 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 …]
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceTracing.h155 const char* mWhere = ""; variable
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DContentWriter.java117 final String mWhere; field in ContentWriter.CommitParams
/aosp12/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
H A DQueryParam.java97 private Condition mWhere = Condition.emptyCondition(); field in QueryParam.QueryBuilder
/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DEventInfoFragment.java279 private TextView mWhere; field in EventInfoFragment