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.java227 private RadioBugDetector mRadioBugDetector = null;
349 public RadioBugDetector getRadioBugDetector() { in getRadioBugDetector()
351 mRadioBugDetector = new RadioBugDetector(mContext, mPhoneId); in getRadioBugDetector()
573 mRadioBugDetector = new RadioBugDetector(context, mPhoneId); in RIL()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java313 RadioBugDetector detector = mRILInstance.getRadioBugDetector(); in testRadioErrorWithWakelockTimeout()
330 RadioBugDetector detector = mRILUnderTest.getRadioBugDetector(); in testRadioErrorWithContinuousSystemErr()
340 assertTrue(status == RadioBugDetector.RADIO_BUG_REPETITIVE_SYSTEM_ERROR); in testRadioErrorWithContinuousSystemErr()