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

  /packages/apps/Settings/src/com/android/settings/search/
SettingsSearchIndexablesProvider.java 36 import static android.provider.SearchIndexablesContract.NON_INDEXABLES_KEYS_COLUMNS;
72 MatrixCursor cursor = new MatrixCursor(NON_INDEXABLES_KEYS_COLUMNS);
Index.java 357 SearchIndexablesContract.NON_INDEXABLES_KEYS_COLUMNS);
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneSearchIndexablesProvider.java 34 import static android.provider.SearchIndexablesContract.NON_INDEXABLES_KEYS_COLUMNS;
75 MatrixCursor cursor = new MatrixCursor(NON_INDEXABLES_KEYS_COLUMNS);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastSearchIndexableProvider.java 39 import static android.provider.SearchIndexablesContract.NON_INDEXABLES_KEYS_COLUMNS;
80 MatrixCursor cursor = new MatrixCursor(NON_INDEXABLES_KEYS_COLUMNS);
  /frameworks/base/core/java/android/provider/
SearchIndexablesContract.java 132 public static final String[] NON_INDEXABLES_KEYS_COLUMNS = new String[] {

Completed in 1025 milliseconds