Searched refs:debounce (Results 1 – 2 of 2) sorted by relevance
118 if (debounce(packageName)) { in activityForcedResizable()156 private boolean debounce(String packageName) { in debounce() method in ForcedResizableInfoActivityController166 boolean debounce = mPackagesShownInSession.contains(packageName); in debounce()168 return debounce; in debounce()
497 long debounce, DozeLog dozeLog) { in PluginSensor() argument501 mDebounce = debounce; in PluginSensor()