Home
last modified time | relevance | path

Searched refs:mWakelockTimeoutThreshold (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioBugDetector.java56 private int mWakelockTimeoutThreshold = 0; field in RadioBugDetector
69 mWakelockTimeoutThreshold = Settings.Global.getInt( in init()
123 if (mContinuousWakelockTimoutCount < mWakelockTimeoutThreshold) { in broadcastBug()
162 return mWakelockTimeoutThreshold; in getWakelockTimeoutThreshold()