Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioBugDetector.java39 private static final int RADIO_BUG_NONE = 0x00; field in RadioBugDetector
54 private int mRadioBugStatus = RADIO_BUG_NONE;
103 mRadioBugStatus = RADIO_BUG_NONE; in detectRadioBug()
130 if (mRadioBugStatus == RADIO_BUG_NONE) { in broadcastBug()