Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DPrivateLog.java36 private static final String LOG_TABLE_NAME = "log"; field in PrivateLog
42 private static final String LOG_TABLE_CREATE = "CREATE TABLE " + LOG_TABLE_NAME + " ("
82 db.execSQL("DROP TABLE IF EXISTS " + LOG_TABLE_NAME); in onUpgrade()
92 db.insert(LOG_TABLE_NAME, null, c); in insert()