HomeSort by relevance Sort by last modified time
    Searched refs:COLUMN_INDEX_RAW_ENTRIES (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/provider/
SearchIndexablesContract.java 148 public static final int COLUMN_INDEX_RAW_ENTRIES = 4;
  /packages/apps/Settings/src/com/android/settings/search/
SettingsSearchIndexablesProvider.java 21 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_RAW_ENTRIES;
121 ref[COLUMN_INDEX_RAW_ENTRIES] = val.entries;
  /packages/apps/Settings/src/com/android/settings/search/indexing/
PreIndexDataCollector.java 49 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_RAW_ENTRIES;
243 final String entries = cursor.getString(COLUMN_INDEX_RAW_ENTRIES);
  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
PreIndexDataCollector.java 22 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_RAW_ENTRIES;
231 final String entries = cursor.getString(COLUMN_INDEX_RAW_ENTRIES);

Completed in 103 milliseconds