OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SELECT_COLUMNS
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/search/
Index.java
94
// Those indices should match the indices of
SELECT_COLUMNS
!
114
private static final String[]
SELECT_COLUMNS
= new String[] {
680
for (int n = 0; n <
SELECT_COLUMNS
.length; n++) {
681
sb.append(
SELECT_COLUMNS
[n]);
682
if (n <
SELECT_COLUMNS
.length - 1) {
[
all
...]
/external/guice/extensions/persist/lib/
hibernate3.jar
Completed in 439 milliseconds