Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioBugDetector.java33 public class RadioBugDetector { class
58 public RadioBugDetector(Context context, int slotId) { in RadioBugDetector() method in RadioBugDetector
DRIL.java262 private RadioBugDetector mRadioBugDetector = null;
391 public RadioBugDetector getRadioBugDetector() { in getRadioBugDetector()
393 mRadioBugDetector = new RadioBugDetector(mContext, mPhoneId); in getRadioBugDetector()
656 mRadioBugDetector = new RadioBugDetector(context, mPhoneId); in RIL()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java322 RadioBugDetector detector = mRILUnderTest.getRadioBugDetector(); in testRadioErrorWithWakelockTimeout()
339 RadioBugDetector detector = mRILUnderTest.getRadioBugDetector(); in testRadioErrorWithContinuousSystemErr()
349 assertTrue(status == RadioBugDetector.RADIO_BUG_REPETITIVE_SYSTEM_ERROR); in testRadioErrorWithContinuousSystemErr()