Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java276 private RadioBugDetector mRadioBugDetector = null; field in RIL
344 if (mRadioBugDetector != null) { in handleMessage()
345 mRadioBugDetector.processWakelockTimeout(); in handleMessage()
403 if (mRadioBugDetector == null) { in getRadioBugDetector()
404 mRadioBugDetector = new RadioBugDetector(mContext, mPhoneId); in getRadioBugDetector()
406 return mRadioBugDetector; in getRadioBugDetector()
620 mRadioBugDetector = new RadioBugDetector(context, mPhoneId); in RIL()
6125 if (mRadioBugDetector != null) { in processResponseInternal()
6126 mRadioBugDetector.detectRadioBug(rr.mRequest, error); in processResponseInternal()
6144 if (mRadioBugDetector != null) { in processResponseInternal()
[all …]