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.java52 private int mWakelockTimeoutThreshold = 0; field in RadioBugDetector
65 mWakelockTimeoutThreshold = Settings.Global.getInt( in init()
119 if (mContinuousWakelockTimoutCount < mWakelockTimeoutThreshold) { in broadcastBug()
157 return mWakelockTimeoutThreshold; in getWakelockTimeoutThreshold()