Searched refs:shouldLog (Results 1 – 5 of 5) sorted by relevance
158 boolean shouldLog = false;178 shouldLog = show(R.string.recents_swipe_up_onboarding);181 shouldLog = show(R.string.recents_swipe_up_onboarding);183 if (shouldLog) {193 shouldLog = show(R.string.recents_quick_scrub_onboarding);196 shouldLog = show(R.string.recents_quick_scrub_onboarding);198 if (shouldLog) {
73 if (!shouldLog()) { in logGenerateLinks()105 private boolean shouldLog() { in shouldLog() method in GenerateLinksLogger
1018 final boolean shouldLog = (msg.what != EVENT_NETLINK_LINKPROPERTIES_CHANGED); in recordLogRec()1019 if (!shouldLog) { in recordLogRec()1022 return shouldLog; in recordLogRec()
313 if (manager.shouldLog()) { in dump()
231 public boolean shouldLog() { in shouldLog() method in StatusBarIconController.IconManager