Searched refs:RadioBugDetector (Results 1 – 5 of 5) sorted by relevance
35 public class RadioBugDetector { class62 public RadioBugDetector(Context context, int slotId) { in RadioBugDetector() method in RadioBugDetector
261 private RadioBugDetector mRadioBugDetector = null;390 public RadioBugDetector getRadioBugDetector() { in getRadioBugDetector()392 mRadioBugDetector = new RadioBugDetector(mContext, mPhoneId); in getRadioBugDetector()655 mRadioBugDetector = new RadioBugDetector(context, mPhoneId); in RIL()
322 RadioBugDetector detector = mRILUnderTest.getRadioBugDetector(); in testRadioErrorWithWakelockTimeout()339 RadioBugDetector detector = mRILUnderTest.getRadioBugDetector(); in testRadioErrorWithContinuousSystemErr()349 assertTrue(status == RadioBugDetector.RADIO_BUG_REPETITIVE_SYSTEM_ERROR); in testRadioErrorWithContinuousSystemErr()
8764 com.android.internal.telephony.RadioBugDetector
49321 Lcom/android/internal/telephony/RadioBugDetector;