OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INDEXABLES_RAW_COLUMNS
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Settings/src/com/android/settings/search/
SettingsSearchIndexablesProvider.java
33
import static android.provider.SearchIndexablesContract.
INDEXABLES_RAW_COLUMNS
;
65
MatrixCursor result = new MatrixCursor(
INDEXABLES_RAW_COLUMNS
);
Index.java
345
SearchIndexablesContract.
INDEXABLES_RAW_COLUMNS
, baseRank);
[
all
...]
/packages/services/Telephony/src/com/android/phone/
PhoneSearchIndexablesProvider.java
32
import static android.provider.SearchIndexablesContract.
INDEXABLES_RAW_COLUMNS
;
70
MatrixCursor cursor = new MatrixCursor(
INDEXABLES_RAW_COLUMNS
);
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastSearchIndexableProvider.java
38
import static android.provider.SearchIndexablesContract.
INDEXABLES_RAW_COLUMNS
;
75
MatrixCursor cursor = new MatrixCursor(
INDEXABLES_RAW_COLUMNS
);
/frameworks/base/core/java/android/provider/
SearchIndexablesContract.java
96
public static final String[]
INDEXABLES_RAW_COLUMNS
= new String[] {
Completed in 2032 milliseconds