Searched refs:SIGNAL_MIN_STRENGTH_DB_ABOVE_NOISE (Results 1 – 2 of 2) sorted by relevance
31 public static final int SIGNAL_MIN_STRENGTH_DB_ABOVE_NOISE = 10; field in Common
107 if (Util.mean(dB) - Util.mean(noiseDB) < Common.SIGNAL_MIN_STRENGTH_DB_ABOVE_NOISE) { in responsePassesHifiTest()