Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DContactsContentObserver.java61 if (DebugFlags.DEBUG_ENABLED) { in registerObserver()
86 if (DebugFlags.DEBUG_ENABLED) { in run()
92 if (DebugFlags.DEBUG_ENABLED) { in run()
116 if (DebugFlags.DEBUG_ENABLED) { in haveContentsChanged()
126 if (DebugFlags.DEBUG_ENABLED) { in haveContentsChanged()
H A DLatinIME.java927 if (DebugFlags.DEBUG_ENABLED) { in onStartInputViewInternal()
932 if (DebugFlags.DEBUG_ENABLED) { in onStartInputViewInternal()
1128 if (DebugFlags.DEBUG_ENABLED) { in onUpdateSelection()
1196 if (DebugFlags.DEBUG_ENABLED) { in onDisplayCompletions()
1921 return DebugFlags.DEBUG_ENABLED ? mInputLogic.mSuggestedWords : null; in getSuggestedWordsForTest()
H A DSuggestedWords.java161 if (!DebugFlags.DEBUG_ENABLED) { in getDebugString()
H A DWordComposer.java41 private static final boolean DBG = DebugFlags.DEBUG_ENABLED;
H A DSuggest.java56 private static final boolean DBG = DebugFlags.DEBUG_ENABLED;
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DTouchPositionCorrection.java33 if (DebugFlags.DEBUG_ENABLED) { in load()
59 if (DebugFlags.DEBUG_ENABLED) { in load()
H A DBogusMoveEventDetector.java30 private static final boolean DEBUG_MODE = DebugFlags.DEBUG_ENABLED;
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/define/
H A DDebugFlags.java22 public static final boolean DEBUG_ENABLED = false; field in DebugFlags
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
H A DAndroidWordLevelSpellCheckerSession.java266 if (DebugFlags.DEBUG_ENABLED) { in onGetSuggestionsInternal()
271 if (DebugFlags.DEBUG_ENABLED) { in onGetSuggestionsInternal()
293 if (DebugFlags.DEBUG_ENABLED) { in onGetSuggestionsInternal()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DAutoCorrectionUtils.java25 private static final boolean DBG = DebugFlags.DEBUG_ENABLED;
H A DDebugLogUtils.java28 private final static boolean sDBG = DebugFlags.DEBUG_ENABLED;
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogic.java1449 if (DebugFlags.DEBUG_ENABLED) { in performUpdateSuggestionStripSync()
1499 if (DebugFlags.DEBUG_ENABLED) { in performUpdateSuggestionStripSync()
1651 if (DebugFlags.DEBUG_ENABLED) { in revertCommit()
2154 if (DebugFlags.DEBUG_ENABLED) { in commitChosenWord()
2165 if (DebugFlags.DEBUG_ENABLED) { in commitChosenWord()
2176 if (DebugFlags.DEBUG_ENABLED) { in commitChosenWord()
2184 if (DebugFlags.DEBUG_ENABLED) { in commitChosenWord()
2192 if (DebugFlags.DEBUG_ENABLED) { in commitChosenWord()
2204 if (DebugFlags.DEBUG_ENABLED) { in commitChosenWord()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DSuggestionSpanUtils.java48 if (DebugFlags.DEBUG_ENABLED) {
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripView.java66 static final boolean DBG = DebugFlags.DEBUG_ENABLED;
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DPointerTracker.java55 private static boolean DEBUG_MODE = DebugFlags.DEBUG_ENABLED || DEBUG_EVENT;