Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioBugDetector.java117 private synchronized void broadcastBug(boolean isSystemError) { in broadcastBug() argument
118 if (isSystemError) { in broadcastBug()
131 mRadioBugStatus = isSystemError ? RADIO_BUG_REPETITIVE_SYSTEM_ERROR : in broadcastBug()