Searched refs:mWtfThreshold (Results 1 – 1 of 1) sorted by relevance
4733 private int mWtfThreshold; field in AlarmManagerService.AlarmThread4738 mWtfThreshold = 100; in AlarmThread()4843 if (++mFalseWakeups >= mWtfThreshold) { in run()4846 if (mWtfThreshold < 100_000) { in run()4847 mWtfThreshold *= 10; in run()