Searched refs:mRadioBugDetector (Results 1 – 1 of 1) sorted by relevance
244 private RadioBugDetector mRadioBugDetector = null; field in RIL332 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 …]