Searched refs:mWtfThreshold (Results 1 – 1 of 1) sorted by relevance
3949 private int mWtfThreshold; field in AlarmManagerService.AlarmThread3954 mWtfThreshold = 100; in AlarmThread()4072 if (++mFalseWakeups >= mWtfThreshold) { in run()4075 if (mWtfThreshold < 100_000) { in run()4076 mWtfThreshold *= 10; in run()