OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TABLE1_COLUMNS
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/database/src/android/database/cts/
CursorJoinerTest.java
41
private static final String
TABLE1_COLUMNS
= " number TEXT";
214
createTable(TABLE_NAME_1,
TABLE1_COLUMNS
);
MergeCursorTest.java
45
private static final String
TABLE1_COLUMNS
= " number_1 INTEGER";
334
createTable(TABLE1_NAME,
TABLE1_COLUMNS
);
Completed in 691 milliseconds