Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java244 private RadioBugDetector mRadioBugDetector = null; field in RIL
332 if (mRadioBugDetector != null) { in handleMessage()
333 mRadioBugDetector.processWakelockTimeout(); in handleMessage()
420 if (mRadioBugDetector == null) { in getRadioBugDetector()
421 mRadioBugDetector = new RadioBugDetector(mContext, mPhoneId); in getRadioBugDetector()
423 return mRadioBugDetector; in getRadioBugDetector()
1127 mRadioBugDetector = new RadioBugDetector(context, mPhoneId); in RIL()
5429 if (mRadioBugDetector != null) { in processResponseInternal()
5430 mRadioBugDetector.detectRadioBug(rr.mRequest, error); in processResponseInternal()
5450 if (mRadioBugDetector != null) { in processResponseInternal()
[all …]