Home
last modified time | relevance | path

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

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