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.java273 private RadioBugDetector mRadioBugDetector = null; field in RIL
341 if (mRadioBugDetector != null) { in handleMessage()
342 mRadioBugDetector.processWakelockTimeout(); in handleMessage()
400 if (mRadioBugDetector == null) { in getRadioBugDetector()
401 mRadioBugDetector = new RadioBugDetector(mContext, mPhoneId); in getRadioBugDetector()
403 return mRadioBugDetector; in getRadioBugDetector()
617 mRadioBugDetector = new RadioBugDetector(context, mPhoneId); in RIL()
6069 if (mRadioBugDetector != null) { in processResponseInternal()
6070 mRadioBugDetector.detectRadioBug(rr.mRequest, error); in processResponseInternal()
6088 if (mRadioBugDetector != null) { in processResponseInternal()
[all …]