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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DPrivateLog.java50 private static DebugHelper sDebugHelper = null; field in class:PrivateLog
58 if (sDebugHelper == null) {
59 sDebugHelper = new DebugHelper(context);
99 final SQLiteDatabase l = sDebugHelper.getWritableDatabase();

Completed in 28 milliseconds