Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSearchActivity.java327 private Logger getLogger() { in getLogger() method in SearchActivity
328 return getQsbApplication().getLogger(); in getLogger()
345 getLogger().logExit(getCurrentSuggestions(), getQuery().length()); in onStop()
485 getLogger().logSearch(mCorpus, method, query.length()); in onSearchClicked()
509 getLogger().logVoiceSearch(searchCorpus); in onVoiceSearchClicked()
584 getLogger().logSuggestionClick(position, suggestions, getCurrentIncludedCorpora(), in launchSuggestion()
606 getLogger().logSuggestionClick(position, suggestions, getCurrentIncludedCorpora(), in clickedQuickContact()
641 getLogger().logSuggestionClick(position, suggestions, getCurrentIncludedCorpora(), in refineSuggestion()
722 getLogger().logStart(latency, source, mCorpus, suggestions.getExpectedCorpora()); in updateSuggestions()
DQsbApplication.java323 getLogger());
406 public Logger getLogger() {
/packages/apps/Email/src/com/android/exchange/utility/
DFileLogger.java33 public synchronized static FileLogger getLogger (Context c) { in getLogger() method in FileLogger
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIMESettings.java75 mLogger = VoiceInputLogger.getLogger(this); in onCreate()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
DVoiceInputLogger.java54 public static synchronized VoiceInputLogger getLogger(Context contextHint) { in getLogger() method in VoiceInputLogger
DVoiceInput.java172 mLogger = VoiceInputLogger.getLogger(context); in VoiceInput()