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

  /frameworks/base/core/java/android/provider/
SearchIndexablesContract.java 114 public static final int COLUMN_INDEX_RAW_RANK = 0;
  /packages/apps/Settings/src/com/android/settings/search/
Index.java 62 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_RAW_RANK;
592 final int providerRank = cursor.getInt(COLUMN_INDEX_RAW_RANK);
    [all...]

Completed in 4702 milliseconds