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.java44 protected static final int RADIO_BUG_REPETITIVE_SYSTEM_ERROR = 0x02; field in RadioBugDetector
133 mRadioBugStatus = isSystemError ? RADIO_BUG_REPETITIVE_SYSTEM_ERROR : in broadcastBug()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java401 assertTrue(status == RadioBugDetector.RADIO_BUG_REPETITIVE_SYSTEM_ERROR); in testRadioErrorWithContinuousSystemErr()