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