Searched defs:IS_DEBUGGABLE (Results 1 – 2 of 2) sorted by relevance
48 public static final boolean IS_DEBUGGABLE = field in Logging
126 private static final boolean IS_DEBUGGABLE = SystemProperties.getInt("ro.debuggable", 0) == 1; field in CellBroadcastHandler