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

  /frameworks/base/core/java/android/provider/
SearchIndexablesContract.java 127 public static final int COLUMN_INDEX_RAW_USER_ID = 13;
  /packages/apps/Settings/src/com/android/settings/search/
Index.java 75 import static android.provider.SearchIndexablesContract.COLUMN_INDEX_RAW_USER_ID;
613 final int userId = cursor.getInt(COLUMN_INDEX_RAW_USER_ID);
    [all...]

Completed in 205 milliseconds