Searched defs:COLUMN_NAME_ID (Results 1 - 2 of 2) sorted by relevance

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarCache.java47 public static final String COLUMN_NAME_ID = "_id"; field in class:CalendarCache
186 values.put(COLUMN_NAME_ID, key.hashCode());
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnnDictionaryImpl.java56 protected static final String COLUMN_NAME_ID = "rowid"; field in class:OpenWnnDictionaryImpl
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, " +
857 new String[] { COLUMN_NAME_ID },
883 new String[] { COLUMN_NAME_ID },
1029 String.format( "%s ASC", COLUMN_NAME_ID ) );
[all...]

Completed in 126 milliseconds