Searched refs:mRadioBugDetector (Results 1 – 1 of 1) sorted by relevance
227 private RadioBugDetector mRadioBugDetector = null; field in RIL291 if (mRadioBugDetector != null) { in handleMessage()292 mRadioBugDetector.processWakelockTimeout(); in handleMessage()350 if (mRadioBugDetector == null) { in getRadioBugDetector()351 mRadioBugDetector = new RadioBugDetector(mContext, mPhoneId); in getRadioBugDetector()353 return mRadioBugDetector; in getRadioBugDetector()573 mRadioBugDetector = new RadioBugDetector(context, mPhoneId); in RIL()4725 if (mRadioBugDetector != null) { in processResponse()4726 mRadioBugDetector.detectRadioBug(rr.mRequest, error); in processResponse()4744 if (mRadioBugDetector != null) { in processResponse()[all …]