OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addValuesIntoTable
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/database/src/android/database/cts/
CursorJoinerTest.java
195
addValuesIntoTable
(TABLE_NAME_1, DEFAULT_TABLE1_VALUE_BEGINS,
198
addValuesIntoTable
(TABLE_NAME_1, DEFAULT_TABLE2_VALUE_BEGINS + UNIQUE_COUNT, MAX_VALUE);
200
addValuesIntoTable
(TABLE_NAME_2, DEFAULT_TABLE2_VALUE_BEGINS,
203
addValuesIntoTable
(TABLE_NAME_2, DEFAULT_TABLE2_VALUE_BEGINS + UNIQUE_COUNT, MAX_VALUE);
232
private void
addValuesIntoTable
(String tableName, int start, int end) {
MergeCursorTest.java
336
addValuesIntoTable
(TABLE1_NAME, DEFAULT_TABLE_VALUE_BEGINS, HALF_VALUE);
337
addValuesIntoTable
(TABLE2_NAME, HALF_VALUE + 1, MAX_VALUE);
346
private void
addValuesIntoTable
(String tableName, int start, int end) {
/cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteCursorTest.java
55
addValuesIntoTable
(TABLE_NAME, DEFAULT_TABLE_VALUE_BEGINS, TEST_COUNT);
268
private void
addValuesIntoTable
(String tableName, int start, int end) {
Completed in 187 milliseconds