Searched refs:TABLE_NAME_DIC (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnnDictionaryImpl.java49 protected static final String TABLE_NAME_DIC = "dic"; field in class:OpenWnnDictionaryImpl
83 " from " + TABLE_NAME_DIC + " where %s order by " +
93 " from " + TABLE_NAME_DIC + " where %s = ? and %s = ? and %s order by " +
274 createDictionaryTable( TABLE_NAME_DIC );
714 TABLE_NAME_DIC,
826 mDbDic.execSQL( String.format( "delete from %s where %s=%d", TABLE_NAME_DIC, COLUMN_NAME_TYPE, TYPE_NAME_USER ) );
838 mDbDic.execSQL( String.format( "delete from %s where %s=%d", TABLE_NAME_DIC, COLUMN_NAME_TYPE, TYPE_NAME_LEARN ) );
856 TABLE_NAME_DIC,
882 TABLE_NAME_DIC,
903 mDbDic.insert( TABLE_NAME_DIC, nul
[all...]

Completed in 149 milliseconds