Home
last modified time | relevance | path

Searched refs:mDbDic (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnDictionaryImpl.java137 protected SQLiteDatabase mDbDic = null; field in OpenWnnDictionaryImpl
312 if( mDbDic != null ) { in createDictionaryTable()
313 mDbDic.execSQL( sqlStr ); in createDictionaryTable()
323 if( mDbDic != null ) { in freeDatabase()
325 mDbDic.close(); in freeDatabase()
326 mDbDic = null; in freeDatabase()
356 if( mDbDic == null ) { in setInUseState()
358 mDbDic = mDbOpenHelper.getWritableDatabase(); in setInUseState()
497 mDbCursor = ( SQLiteCursor )mDbDic.rawQuery( querySqlOrderByFreq, queryArgs ); in createQuery()
500 mDbCursor = ( SQLiteCursor )mDbDic.rawQuery( querySqlOrderByKey, queryArgs ); in createQuery()
[all …]