Searched refs:getLogger (Results 1 – 6 of 6) sorted by relevance
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | SearchActivity.java | 327 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()
|
D | QsbApplication.java | 323 getLogger()); 406 public Logger getLogger() {
|
/packages/apps/Email/src/com/android/exchange/utility/ |
D | FileLogger.java | 33 public synchronized static FileLogger getLogger (Context c) { in getLogger() method in FileLogger
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | LatinIMESettings.java | 75 mLogger = VoiceInputLogger.getLogger(this); in onCreate()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/ |
D | VoiceInputLogger.java | 54 public static synchronized VoiceInputLogger getLogger(Context contextHint) { in getLogger() method in VoiceInputLogger
|
D | VoiceInput.java | 172 mLogger = VoiceInputLogger.getLogger(context); in VoiceInput()
|