Searched refs:COLUMN_NAME_ID (Results 1 – 3 of 3) sorted by relevance
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | OpenWnnDictionaryImpl.java | 56 protected static final String COLUMN_NAME_ID = "rowid"; field in OpenWnnDictionaryImpl 227 … String.format( "%s=?", COLUMN_NAME_STROKE ), String.format( "%s DESC", COLUMN_NAME_ID ) ); in OpenWnnDictionaryImpl() 236 queryFullBaseString, String.format( "%s DESC", COLUMN_NAME_ID ) ); in OpenWnnDictionaryImpl() 240 queryFastBaseString, String.format( "%s DESC", COLUMN_NAME_ID ) ); in OpenWnnDictionaryImpl() 253 queryFullBaseString, String.format( "%s DESC", COLUMN_NAME_ID ) ); in OpenWnnDictionaryImpl() 257 queryFastBaseString, String.format( "%s DESC", COLUMN_NAME_ID ) ); in OpenWnnDictionaryImpl() 301 " (" + COLUMN_NAME_ID + " integer primary key autoincrement, " + in createDictionaryTable() 857 new String[] { COLUMN_NAME_ID }, in addWordToUserDictionary() 883 new String[] { COLUMN_NAME_ID }, in addWordToUserDictionary() 1029 String.format( "%s ASC", COLUMN_NAME_ID ) ); in learnWord()
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarCache.java | 47 public static final String COLUMN_NAME_ID = "_id"; field in CalendarCache 186 values.put(COLUMN_NAME_ID, key.hashCode()); in writeDataLocked()
|
D | CalendarDatabaseHelper.java | 1019 CalendarCache.COLUMN_NAME_ID + " INTEGER PRIMARY KEY," + in createCalendarCacheTable() 1034 " (" + CalendarCache.COLUMN_NAME_ID + ", " + in initCalendarCacheTable() 1046 " (" + CalendarCache.COLUMN_NAME_ID + ", " + in updateCalendarCacheTable() 1058 " (" + CalendarCache.COLUMN_NAME_ID + ", " + in updateCalendarCacheTable() 1068 " (" + CalendarCache.COLUMN_NAME_ID + ", " + in updateCalendarCacheTable()
|