Searched defs:IS_DEBUGGABLE (Results 1 – 4 of 4) sorted by relevance
45 private static final boolean IS_DEBUGGABLE = Build.IS_DEBUGGABLE; field in SystemServerInitThreadPool
40 public static boolean IS_DEBUGGABLE = SystemProperties.getInt("ro.debuggable", 0) == 1; field in TelephonyUtils
46 private static final boolean IS_DEBUGGABLE = TelephonyUtils.IS_DEBUGGABLE; field in CallQualityMetrics
1231 public static final boolean IS_DEBUGGABLE = field in Build