Searched refs:mWtfThreshold (Results 1 – 1 of 1) sorted by relevance
4439 private int mWtfThreshold; field in AlarmManagerService.AlarmThread4444 mWtfThreshold = 100; in AlarmThread()4561 if (++mFalseWakeups >= mWtfThreshold) { in run()4564 if (mWtfThreshold < 100_000) { in run()4565 mWtfThreshold *= 10; in run()