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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSearchActivity.java310 private Logger getLogger() { method in class:SearchActivity
311 return getQsbApplication().getLogger();
337 getLogger().logExit(getCurrentSuggestions(), getQuery().length());
426 getLogger().logSearch(getCorpus(), method, query.length());
446 getLogger().logVoiceSearch(searchCorpus);
507 getLogger().logSuggestionClick(id, suggestion.getCursor(), getCurrentIncludedCorpora(),
580 getLogger().logSuggestionClick(id, suggestion.getCursor(), getCurrentIncludedCorpora(),
599 getLogger().logSuggestionClick(id, suggestion.getCursor(), getCurrentIncludedCorpora(),
621 getLogger().logStart(mOnCreateLatency, latency, source, getCorpus(),
H A DQsbApplication.java358 getLogger());
435 public Logger getLogger() { method in class:QsbApplication
/packages/apps/Exchange/src/com/android/exchange/utility/
H A DFileLogger.java33 public synchronized static FileLogger getLogger (Context c) { method in class:FileLogger
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
H A DVoiceInputLogger.java55 public static synchronized VoiceInputLogger getLogger(Context contextHint) { method in class:VoiceInputLogger
H A DVoiceInput.java183 mLogger = VoiceInputLogger.getLogger(context);

Completed in 96 milliseconds