Home
last modified time | relevance | path

Searched refs:RADIO_BUG_REPETITIVE_SYSTEM_ERROR (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioBugDetector.java42 protected static final int RADIO_BUG_REPETITIVE_SYSTEM_ERROR = 0x02; field in RadioBugDetector
131 mRadioBugStatus = isSystemError ? RADIO_BUG_REPETITIVE_SYSTEM_ERROR : in broadcastBug()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java359 assertTrue(status == RadioBugDetector.RADIO_BUG_REPETITIVE_SYSTEM_ERROR); in testRadioErrorWithContinuousSystemErr()