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

  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarCache.java 47 public static final String COLUMN_NAME_ID = "_id";
186 values.put(COLUMN_NAME_ID, key.hashCode());
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImpl.java 56 protected static final String COLUMN_NAME_ID = "rowid";
227 String.format( "%s=?", COLUMN_NAME_STROKE ), String.format( "%s DESC", COLUMN_NAME_ID ) );
236 queryFullBaseString, String.format( "%s DESC", COLUMN_NAME_ID ) );
240 queryFastBaseString, String.format( "%s DESC", COLUMN_NAME_ID ) );
253 queryFullBaseString, String.format( "%s DESC", COLUMN_NAME_ID ) );
257 queryFastBaseString, String.format( "%s DESC", COLUMN_NAME_ID ) );
301 " (" + COLUMN_NAME_ID + " integer primary key autoincrement, " +
    [all...]

Completed in 94 milliseconds